Use followup send in appeal tests

This commit is contained in:
Codex 2025-06-07 06:22:16 +00:00 committed by Slipstream
parent 1f26b80742
commit 0a8be35c47
Signed by: slipstream
GPG Key ID: 13E498CE010AC6FD

View File

@ -2741,7 +2741,7 @@ CRITICAL: Do NOT output anything other than the required JSON response.
value = value[:1020] + "..."
embed.add_field(name=f"Scenario {idx}", value=value, inline=False)
await interaction.response.send_message(embed=embed, ephemeral=True)
await interaction.followup.send(embed=embed, ephemeral=True)
# Setup function required by discord.py to load the cog