mirror of
https://github.com/nonebot/nonebot2.git
synced 2025-07-27 00:01:27 +00:00
✅ update test file
This commit is contained in:
@ -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)
|
||||||
|
Reference in New Issue
Block a user