We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b69e7c commit 0047dd1Copy full SHA for 0047dd1
src/plugins/hikari_bot/__init__.py
@@ -47,7 +47,7 @@
47
__bot_version__ = '1.0.2.1'
48
49
bot_get_random_pic = on_fullmatch('wws 随机表情包', block=True, priority=5)
50
-bot_update = on_command('wws 更新Hikari', priority=5, block=True, permission=SUPERUSER)
+bot_update = on_fullmatch('wws 更新Hikari', priority=5, block=True, permission=SUPERUSER)
51
bot = on_command('wws', block=False, aliases={'WWS'}, priority=54)
52
bot_pupu = on_fullmatch('噗噗', block=False, priority=5)
53
bot_listen = on_message(priority=5, block=False)
0 commit comments