mirror of
https://github.com/nonebot/nonebot2.git
synced 2025-07-28 08:41:29 +00:00
✨ add argparse help message
This commit is contained in:
@ -24,7 +24,7 @@ async def test_b(bot: Bot, event: Event, state: T_State):
|
||||
print("======== B Running Completed ========")
|
||||
|
||||
|
||||
c = on_message(priority=0, permission=USER(1111111111))
|
||||
c = on_message(priority=0, permission=USER("1111111111"))
|
||||
|
||||
|
||||
@c.handle()
|
||||
|
Reference in New Issue
Block a user