joytou commited on
Commit
b9bc25e
·
1 Parent(s): a0f5169

Add check discord command

Browse files
Files changed (1) hide show
  1. discord_bot.py +1 -1
discord_bot.py CHANGED
@@ -84,7 +84,7 @@ async def generateStatus(interaction: discord.Interaction, id: str):
84
 
85
  print(discord.version_info)
86
  print(discord.__version__)
87
- print(inspect.signature(app_commands.Command).parameters)
88
 
89
  async def hello():
90
  return f"Hello, {interaction.user.mention}!"
 
84
 
85
  print(discord.version_info)
86
  print(discord.__version__)
87
+ print(inspect.signature(app_commands.Command))
88
 
89
  async def hello():
90
  return f"Hello, {interaction.user.mention}!"