Skip to content

Commit 4436096

Browse files
Rinfairpear-studio
authored andcommitted
Fix block bug
1 parent 15581e9 commit 4436096

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plugins/DicePP/adapter/nonebot_adapter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
except ValueError:
3333
dice_log("DPP API is not amounted because NoneBot has not been initialized")
3434

35-
command_matcher = on_message()
35+
command_matcher = on_message(block=False)
3636
notice_matcher = on_notice()
3737
request_matcher = on_request()
3838

0 commit comments

Comments
 (0)