aboutsummaryrefslogtreecommitdiff
path: root/code/cogs
diff options
context:
space:
mode:
authorParker <contact@pkrm.dev>2024-04-12 00:32:51 -0500
committerParker <contact@pkrm.dev>2024-04-12 00:32:51 -0500
commit64cfb7b3e0b8dd3df7b067b258552d64b1bc51ea (patch)
tree8f53c780a52fff1c7dd5e29684d0c9e2a3b1cb1f /code/cogs
parent58b2cf5753e24eb54b93046925fc11ad33f2f2b3 (diff)
Add description for `command` argument
Diffstat (limited to 'code/cogs')
-rw-r--r--code/cogs/help.py1
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"