File tree
4 files changed
+25
-6
lines changed- .github/workflows
4 files changed
+25
-6
lines changedLines changed: 7 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
8 |
| - | |
| 8 | + | |
9 | 9 |
| |
10 | 10 |
| |
11 | 11 |
| |
| |||
64 | 64 |
| |
65 | 65 |
| |
66 | 66 |
| |
| 67 | + | |
| 68 | + | |
67 | 69 |
| |
68 | 70 |
| |
69 | 71 |
| |
| |||
227 | 229 |
| |
228 | 230 |
| |
229 | 231 |
| |
| 232 | + | |
| 233 | + | |
230 | 234 |
| |
231 | 235 |
| |
232 | 236 |
| |
| |||
613 | 617 |
| |
614 | 618 |
| |
615 | 619 |
| |
616 |
| - | |
617 |
| - | |
| 620 | + | |
| 621 | + | |
618 | 622 |
| |
619 | 623 |
| |
620 | 624 |
| |
|
Submodule sealdice-core updated 34 files
- .github/workflows/build.yml+2
- api/ban.go+23-23
- api/censor.go+20-20
- api/deck.go+1-1
- api/dice_config.go+82-165
- api/js.go+7-7
- api/news.go+2-2
- api/reply.go+7-7
- dice/builtin_commands.go+17-17
- dice/config.go+32-181
- dice/dice.go+58-161
- dice/dice_ban.go+4-4
- dice/dice_censor.go+53-19
- dice/dice_config.go+222
- dice/dice_config_default.go+93
- dice/dice_help.go+67-31
- dice/dice_jsvm.go+7-7
- dice/dice_manager.go+6-6
- dice/ext.go+1-1
- dice/ext_coc7.go+3-3
- dice/ext_deck.go+1-1
- dice/ext_dnd5e.go+1-1
- dice/ext_fun.go+3-3
- dice/ext_log.go+19-20
- dice/ext_reply.go+8-8
- dice/im_helpers.go+23-23
- dice/im_session.go+27-27
- dice/im_vars.go+1-1
- dice/platform_adapter_gocq.go+23-23
- dice/platform_adapter_gocq_actions.go+11-6
- dice/platform_adapter_gocq_helper.go+1-2
- dice/platform_adapter_walleq.go+14-14
- dice/utils_email.go+4-4
- main.go+1-1
Lines changed: 8 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
5 | 13 |
| |
6 | 14 |
|
Lines changed: 9 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 |
| - | |
| 2 | + | |
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
6 | 14 |
| |
7 | 15 |
| |
8 |
| - | |
|
0 commit comments