Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -108,7 +108,7 @@ async def generate_command(
|
|
108 |
|
109 |
@tree.command(name="hello", description="Says hello!")
|
110 |
async def hello_command(interaction):
|
111 |
-
await interaction.response.send_message("Hello there!")
|
112 |
|
113 |
@tree.command(name="testgen", description="Test command")
|
114 |
async def testgen_command(interaction: discord.Interaction):
|
|
|
108 |
|
109 |
@tree.command(name="hello", description="Says hello!")
|
110 |
async def hello_command(interaction):
|
111 |
+
await interaction.response.send_message("Hello there!I am functional!")
|
112 |
|
113 |
@tree.command(name="testgen", description="Test command")
|
114 |
async def testgen_command(interaction: discord.Interaction):
|