diff --git a/main.py b/main.py index a53f17d..2b4e8b5 100644 --- a/main.py +++ b/main.py @@ -139,7 +139,7 @@ async def hello_command(ctx: commands.Context, name: str = "World") -> None: """Say hello to someone.""" await ctx.send(f"Hello, {name}!") -@bot.command(name="help", description="List all available commands.") +@bot.command(name="list-commands", description="List all available commands.") async def help_command(ctx: commands.Context) -> None: """List all available commands.""" # Get all registered commands (both prefix and slash)