update test file

This commit is contained in:
StarHeartHunt 2021-07-09 16:15:24 +08:00
parent 8c7498eeb5
commit c6921c731c

View File

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