From 76dc41f78c5bea1a10976ef652ad286892a3bb9a Mon Sep 17 00:00:00 2001 From: MingxuanGame Date: Sat, 16 Aug 2025 15:39:06 +0000 Subject: [PATCH] chore(chat): typo --- app/router/chat/banchobot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/router/chat/banchobot.py b/app/router/chat/banchobot.py index a92eb15..65f1c8b 100644 --- a/app/router/chat/banchobot.py +++ b/app/router/chat/banchobot.py @@ -164,7 +164,7 @@ async def _help( if args: target = args[0].lower() if target in bot._handlers: - return f"Use: !{target} [args]" + return f"Usage: !{target} [args]" return f"No such command: {target}" if not cmds: return "No available commands"