Skip to content

Commit

Permalink
[#]一键更新改为全匹配
Browse files Browse the repository at this point in the history
  • Loading branch information
benx1n committed Nov 3, 2023
1 parent 8b69e7c commit 0047dd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/hikari_bot/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
__bot_version__ = '1.0.2.1'

bot_get_random_pic = on_fullmatch('wws 随机表情包', block=True, priority=5)
bot_update = on_command('wws 更新Hikari', priority=5, block=True, permission=SUPERUSER)
bot_update = on_fullmatch('wws 更新Hikari', priority=5, block=True, permission=SUPERUSER)
bot = on_command('wws', block=False, aliases={'WWS'}, priority=54)
bot_pupu = on_fullmatch('噗噗', block=False, priority=5)
bot_listen = on_message(priority=5, block=False)
Expand Down

0 comments on commit 0047dd1

Please sign in to comment.