mirror of
				https://github.com/nonebot/nonebot2.git
				synced 2025-10-31 15:06:42 +00:00 
			
		
		
		
	✅ update testcase
This commit is contained in:
		| @@ -3,10 +3,10 @@ from nonebot.rule import to_me | ||||
| from nonebot.plugin import on_command | ||||
| from nonebot.adapters.feishu import Bot as FeishuBot, MessageSegment, MessageEvent | ||||
|  | ||||
| helper = on_command("114514") | ||||
| helper = on_command("say") | ||||
|  | ||||
|  | ||||
| @helper.handle() | ||||
| async def feishu_helper(bot: FeishuBot, event: MessageEvent): | ||||
|     message = MessageSegment.text("1919810") | ||||
|     message = event.get_plaintext() | ||||
|     await helper.finish(message) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user