Add description for command
argument
This commit is contained in:
parent
58b2cf5753
commit
64cfb7b3e0
@ -103,6 +103,7 @@ class Help(commands.Cog):
|
|||||||
self.bot = bot
|
self.bot = bot
|
||||||
|
|
||||||
@app_commands.command()
|
@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):
|
async def help(self, interaction: discord.Interaction, command: str = None):
|
||||||
"Sends the bots commands"
|
"Sends the bots commands"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user