From 5aa6030b6d8a7e224e9bca910e32e252d6cb645c Mon Sep 17 00:00:00 2001 From: alex Date: Sun, 14 Jan 2024 20:10:50 -0700 Subject: [PATCH] Update ai.py --- bot/cogs/ai.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot/cogs/ai.py b/bot/cogs/ai.py index f3292e3..9f9e478 100644 --- a/bot/cogs/ai.py +++ b/bot/cogs/ai.py @@ -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."