Skip to content

Commit

Permalink
fix: send
Browse files Browse the repository at this point in the history
  • Loading branch information
shengwang52005 authored Oct 13, 2024
1 parent 5681f9c commit ae672e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pokepoke_miss/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

@help.handle()
async def handle_help():
help.send(f"pokepoke_miss\n戳一戳回复\n使用方法:戳一下bot就可以了喔~\n========\n鸣谢名单:方长 给予功能实现方向")
await help.send(f"pokepoke_miss\n戳一戳回复\n使用方法:戳一下bot就可以了喔~\n========\n鸣谢名单:方长 给予功能实现方向")

# 戳一戳
def _poke_check(event:PokeNotifyEvent):
Expand Down

0 comments on commit ae672e9

Please sign in to comment.