Skip to content

Commit

Permalink
Update app.py
Browse files Browse the repository at this point in the history
Signed-off-by: Zoey <[email protected]>
  • Loading branch information
Zoey2936 authored Sep 29, 2024
1 parent 6ff7375 commit 73a99c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app.py
Original file line number Diff line number Diff line change
Expand Up @@ -477,7 +477,7 @@ async def opus(ctx, prompt: discord.Option(str, description="Der Prompt"), jpeg:
await ctx.respond(embed=embed)


@bot.command(description="Hi by ZoeyVid! (gflash), contexts={discord.InteractionContextType.guild, discord.InteractionContextType.private_channel}, integration_types={discord.IntegrationType.guild_install, discord.IntegrationType.user_install})
@bot.command(description="Hi by ZoeyVid! (gflash)", contexts={discord.InteractionContextType.guild, discord.InteractionContextType.private_channel}, integration_types={discord.IntegrationType.guild_install, discord.IntegrationType.user_install})
async def gflash(ctx, prompt: discord.Option(str, description="Der Prompt")):
await ctx.defer()
print(prompt)
Expand All @@ -490,7 +490,7 @@ async def gflash(ctx, prompt: discord.Option(str, description="Der Prompt")):
await ctx.respond(embed=embed)


@bot.command(description="Hi by ZoeyVid! (gpro), contexts={discord.InteractionContextType.guild, discord.InteractionContextType.private_channel}, integration_types={discord.IntegrationType.guild_install, discord.IntegrationType.user_install})
@bot.command(description="Hi by ZoeyVid! (gpro)", contexts={discord.InteractionContextType.guild, discord.InteractionContextType.private_channel}, integration_types={discord.IntegrationType.guild_install, discord.IntegrationType.user_install})
async def gpro(ctx, prompt: discord.Option(str, description="Der Prompt")):
await ctx.defer()
print(prompt)
Expand Down

0 comments on commit 73a99c7

Please sign in to comment.