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