Fix appeal debug command response
This commit is contained in:
parent
2fb91ee1cd
commit
1f26b80742
@ -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(
|
||||
|
Loading…
x
Reference in New Issue
Block a user