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