artintel235 commited on
Commit
5c433db
·
verified ·
1 Parent(s): 5633cd6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -37,7 +37,7 @@ async def hello_command(interaction):
37
  async def generate_command(
38
  interaction: discord.Interaction,
39
  prompt: str,
40
- images: list[discord.Attachment] = None,
41
  ):
42
  try:
43
  await interaction.response.defer() # Defer the interaction
 
37
  async def generate_command(
38
  interaction: discord.Interaction,
39
  prompt: str,
40
+ images: List[discord.Attachment] = None,
41
  ):
42
  try:
43
  await interaction.response.defer() # Defer the interaction