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(