artintel235 commited on
Commit
8e10c79
·
verified ·
1 Parent(s): 7678033

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 running perfectly on huggingface")
17
 
18
  async def on_ready():
19
  print("on_ready() called")