mirror of
https://github.com/nonebot/nonebot2.git
synced 2024-11-24 09:05:04 +08:00
✅ update test file
This commit is contained in:
parent
8c7498eeb5
commit
c6921c731c
@ -8,5 +8,5 @@ helper = on_command("say")
|
|||||||
|
|
||||||
@helper.handle()
|
@helper.handle()
|
||||||
async def feishu_helper(bot: FeishuBot, event: MessageEvent):
|
async def feishu_helper(bot: FeishuBot, event: MessageEvent):
|
||||||
message = event.get_plaintext()
|
message = event.get_message()
|
||||||
await helper.finish(message)
|
await helper.finish(message, at_sender=True)
|
||||||
|
Loading…
Reference in New Issue
Block a user