artintel235 commited on
Commit
54cccf8
·
verified ·
1 Parent(s): fc703b8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -108,7 +108,7 @@ async def generate_command(
108
 
109
  @tree.command(name="hello", description="Says hello!")
110
  async def hello_command(interaction):
111
- await interaction.response.send_message("Hello there!")
112
 
113
  @tree.command(name="testgen", description="Test command")
114
  async def testgen_command(interaction: discord.Interaction):
 
108
 
109
  @tree.command(name="hello", description="Says hello!")
110
  async def hello_command(interaction):
111
+ await interaction.response.send_message("Hello there!I am functional!")
112
 
113
  @tree.command(name="testgen", description="Test command")
114
  async def testgen_command(interaction: discord.Interaction):