We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f910c7 commit 566540cCopy full SHA for 566540c
1 file changed
techsupport_bot/commands/purge.py
@@ -77,9 +77,9 @@ async def purge_command(
77
else:
78
timestamp = None
79
80
+ await interaction.response.send_message("Purge Successful", ephemeral=True)
81
await interaction.channel.purge(after=timestamp, limit=amount)
82
- await interaction.response.send_message("Purge Successful", ephemeral=True)
83
await moderation.send_command_usage_alert(
84
bot_object=self.bot,
85
interaction=interaction,
0 commit comments