add argparse help message

This commit is contained in:
yanyongyu
2021-03-25 18:22:56 +08:00
parent 534b51bc73
commit b861149e0b
4 changed files with 20 additions and 17 deletions

View File

@ -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()