chore(chat): typo
This commit is contained in:
@@ -164,7 +164,7 @@ async def _help(
|
|||||||
if args:
|
if args:
|
||||||
target = args[0].lower()
|
target = args[0].lower()
|
||||||
if target in bot._handlers:
|
if target in bot._handlers:
|
||||||
return f"Use: !{target} [args]"
|
return f"Usage: !{target} [args]"
|
||||||
return f"No such command: {target}"
|
return f"No such command: {target}"
|
||||||
if not cmds:
|
if not cmds:
|
||||||
return "No available commands"
|
return "No available commands"
|
||||||
|
|||||||
Reference in New Issue
Block a user