From 0a8be35c47f175eb96058449e4016bfa0e81d7e4 Mon Sep 17 00:00:00 2001 From: Codex Date: Sat, 7 Jun 2025 06:22:16 +0000 Subject: [PATCH] Use followup send in appeal tests --- cogs/aimod_cog.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cogs/aimod_cog.py b/cogs/aimod_cog.py index c05e534..723986a 100644 --- a/cogs/aimod_cog.py +++ b/cogs/aimod_cog.py @@ -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