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