Spaces:
Running
Running
Add check discord command
Browse files- 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)
|
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}!"
|