From 64cfb7b3e0b8dd3df7b067b258552d64b1bc51ea Mon Sep 17 00:00:00 2001 From: Parker Date: Fri, 12 Apr 2024 00:32:51 -0500 Subject: [PATCH] Add description for `command` argument --- code/cogs/help.py | 1 + 1 file changed, 1 insertion(+) 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"