artintel235 commited on
Commit
82cbcb0
·
verified ·
1 Parent(s): 3338b5e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -21,7 +21,7 @@ if not DISCORD_BOT_TOKEN or not GEMINI_API_KEY:
21
  @tree.command(name="hello",description="says hello")
22
  async def say_hello(
23
  interaction:discord.Interaction,
24
- input:input,
25
  ):
26
  await interaction.followup.send(content=f"Hello there, I'm imagen 3!")
27
 
 
21
  @tree.command(name="hello",description="says hello")
22
  async def say_hello(
23
  interaction:discord.Interaction,
24
+ input:str,
25
  ):
26
  await interaction.followup.send(content=f"Hello there, I'm imagen 3!")
27