Fix appeal debug command response

This commit is contained in:
Codex 2025-06-07 06:21:14 +00:00 committed by Slipstream
parent 2fb91ee1cd
commit 1f26b80742
Signed by: slipstream
GPG Key ID: 13E498CE010AC6FD

View File

@ -1134,7 +1134,7 @@ class AIModerationCog(commands.Cog):
field_text = field_text[:997] + "..." field_text = field_text[:997] + "..."
embed.add_field(name=action, value=field_text, inline=False) 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( @model_subgroup.command(
name="set", description="Change the AI model used for moderation (admin only)." 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 return
await interaction.response.send_message(embed=embed, ephemeral=True) await interaction.followup.send(embed=embed, ephemeral=True)
@aidebug_last_decisions.error @aidebug_last_decisions.error
async def aidebug_last_decisions_error( async def aidebug_last_decisions_error(