diff options
Diffstat (limited to 'code/cogs')
-rw-r--r-- | code/cogs/help.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/code/cogs/help.py b/code/cogs/help.py index e64dce3..7b8f1c7 100644 --- a/code/cogs/help.py +++ b/code/cogs/help.py @@ -103,6 +103,7 @@ class Help(commands.Cog): self.bot = bot @app_commands.command() + @app_commands.describe(command="Name of the command you want more information on") async def help(self, interaction: discord.Interaction, command: str = None): "Sends the bots commands" |