chore(chat): typo

This commit is contained in:
MingxuanGame
2025-08-16 15:39:06 +00:00
parent 87a3928e20
commit 76dc41f78c

View File

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