mirror of
https://github.com/nonebot/nonebot2.git
synced 2025-06-09 13:56:09 +00:00
✅ update testcase
This commit is contained in:
parent
136b13b4cc
commit
866149902c
@ -7,6 +7,6 @@ helper = on_command("114514")
|
|||||||
|
|
||||||
|
|
||||||
@helper.handle()
|
@helper.handle()
|
||||||
async def ding_helper(bot: FeishuBot, event: MessageEvent):
|
async def feishu_helper(bot: FeishuBot, event: MessageEvent):
|
||||||
message = MessageSegment.text("1919810")
|
message = MessageSegment.text("1919810")
|
||||||
await helper.finish(message)
|
await helper.finish(message)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user