Spaces:
Running
Running
Update app.py
Browse files
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:
|
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 |
|