From 1f26b807424003c34644c58b79df65b0d39c8bf3 Mon Sep 17 00:00:00 2001 From: Codex Date: Sat, 7 Jun 2025 06:21:14 +0000 Subject: [PATCH] Fix appeal debug command response --- cogs/aimod_cog.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cogs/aimod_cog.py b/cogs/aimod_cog.py index 5f24f9f..c05e534 100644 --- a/cogs/aimod_cog.py +++ b/cogs/aimod_cog.py @@ -1134,7 +1134,7 @@ class AIModerationCog(commands.Cog): field_text = field_text[:997] + "..." embed.add_field(name=action, value=field_text, inline=False) - await interaction.response.send_message(embed=embed, ephemeral=True) + await interaction.followup.send(embed=embed, ephemeral=True) @model_subgroup.command( name="set", description="Change the AI model used for moderation (admin only)." @@ -2683,7 +2683,7 @@ CRITICAL: Do NOT output anything other than the required JSON response. ) return - await interaction.response.send_message(embed=embed, ephemeral=True) + await interaction.followup.send(embed=embed, ephemeral=True) @aidebug_last_decisions.error async def aidebug_last_decisions_error(