We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15581e9 commit 4436096Copy full SHA for 4436096
src/plugins/DicePP/adapter/nonebot_adapter.py
@@ -32,7 +32,7 @@
32
except ValueError:
33
dice_log("DPP API is not amounted because NoneBot has not been initialized")
34
35
-command_matcher = on_message()
+command_matcher = on_message(block=False)
36
notice_matcher = on_notice()
37
request_matcher = on_request()
38
0 commit comments