-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Submodule sealdice-core
updated
10 files
+1 −0 | api/ban.go | |
+2 −0 | api/conn.go | |
+33 −0 | dice/builtin_commands.go | |
+17 −1 | dice/cmd_parse.go | |
+1 −1 | dice/config.go | |
+25 −11 | dice/dice_ban.go | |
+62 −32 | dice/ext_dnd5e.go | |
+50 −2 | dice/im_session.go | |
+73 −62 | dice/platform_adapter_discord.go | |
+21 −0 | dice/utils.go |