Skip to content

Commit d9c5d37

Browse files
committed
🐛 Small further fix
1 parent 3777fb9 commit d9c5d37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

killua/cogs/help.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ async def help_autocomplete(
126126

127127
return [command.qualified_name for command in all_commands if current.lower() in command.qualified_name]
128128

129-
@commands.hybrid_command()
129+
@commands.hybrid_command(usage="[group] [command]")
130130
@discord.app_commands.describe(group="The group to get help for", command="The command to get help for")
131131
async def help(self, ctx: commands.Context, group: Category = None, command: str = None) -> None:
132132
"""Displays helfpul information about a command, group, or the bot itself."""

0 commit comments

Comments
 (0)