diff options
author | Parker <contact@pkrm.dev> | 2024-04-12 00:32:51 -0500 |
---|---|---|
committer | Parker <contact@pkrm.dev> | 2024-04-12 00:32:51 -0500 |
commit | 64cfb7b3e0b8dd3df7b067b258552d64b1bc51ea (patch) | |
tree | 8f53c780a52fff1c7dd5e29684d0c9e2a3b1cb1f /code | |
parent | 58b2cf5753e24eb54b93046925fc11ad33f2f2b3 (diff) |
Add description for `command` argument
Diffstat (limited to 'code')
-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" |