Skip to content

Commit

Permalink
Update ai.py
Browse files Browse the repository at this point in the history
  • Loading branch information
alexraskin authored Jan 15, 2024
1 parent 6ba8f98 commit 5aa6030
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bot/cogs/ai.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ async def on_message(self, message: Message):
name="imagine", description="Generate an image using StabilityAI"
)
@app_commands.guild_only()
@app_commands.describe(prompt="The prompt to generate an image from")
# @app_commands.describe(prompt="The prompt to generate an image from")
async def imagine(self, interaction: Interaction) -> None:
await interaction.response.send_message(
"This command is currently disabled due to stability issues with the Cloudflare AI API. Please try again later."
Expand Down

0 comments on commit 5aa6030

Please sign in to comment.