artintel235 commited on
Commit
99fc7a2
·
verified ·
1 Parent(s): c8eab8f

Update app.py

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