Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -92,7 +92,7 @@ async def generate_command(
|
|
92 |
|
93 |
@tree.command(name="hello", description="Says hello!")
|
94 |
async def hello_command(interaction):
|
95 |
-
await interaction.response.send_message("Hello there!")
|
96 |
|
97 |
# --- Bot Initialization and Event Loop ---
|
98 |
async def on_ready():
|
|
|
92 |
|
93 |
@tree.command(name="hello", description="Says hello!")
|
94 |
async def hello_command(interaction):
|
95 |
+
await interaction.response.send_message("Hello there!I think I got this!")
|
96 |
|
97 |
# --- Bot Initialization and Event Loop ---
|
98 |
async def on_ready():
|