Use followup send in appeal tests
This commit is contained in:
parent
1f26b80742
commit
0a8be35c47
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user