-
Notifications
You must be signed in to change notification settings - Fork 8
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
1 parent
15d29cf
commit a4e6dfe
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Submodule sealdice-core
updated
20 files
+1 −0 | api/dice_config.go | |
+1 −0 | dice/dice.go | |
+3 −1 | dice/dice_config.go | |
+20 −0 | dice/ext_log.go | |
+31 −0 | dice/im_session.go | |
+24 −0 | dice/model/log.go | |
+22 −0 | dice/platform_adapter.go | |
+4 −0 | dice/platform_adapter_dingtalk.go | |
+61 −0 | dice/platform_adapter_discord.go | |
+4 −0 | dice/platform_adapter_dodo.go | |
+4 −0 | dice/platform_adapter_gocq_actions.go | |
+4 −0 | dice/platform_adapter_http.go | |
+42 −0 | dice/platform_adapter_kook.go | |
+4 −0 | dice/platform_adapter_minecraft.go | |
+4 −0 | dice/platform_adapter_official_qq.go | |
+4 −0 | dice/platform_adapter_red.go | |
+4 −0 | dice/platform_adapter_sealchat.go | |
+4 −0 | dice/platform_adapter_slack.go | |
+20 −0 | dice/platform_adapter_telegram.go | |
+4 −0 | dice/platform_adapter_walleq.go |