Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -13,7 +13,7 @@ tree = app_commands.CommandTree(client)
|
|
13 |
@tree.command(name="hello", description="Says hello!")
|
14 |
async def hello_command(interaction):
|
15 |
print("Hello command triggered")
|
16 |
-
await interaction.response.send_message("Hello there!")
|
17 |
|
18 |
async def on_ready():
|
19 |
print("on_ready() called")
|
|
|
13 |
@tree.command(name="hello", description="Says hello!")
|
14 |
async def hello_command(interaction):
|
15 |
print("Hello command triggered")
|
16 |
+
await interaction.response.send_message("Hello there! I am functional")
|
17 |
|
18 |
async def on_ready():
|
19 |
print("on_ready() called")
|