artintel235 commited on
Commit
c1264f1
·
verified ·
1 Parent(s): 6fb9e78

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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():