Skip to content

Commit 566540c

Browse files
committed
Fix small bug
1 parent 5f910c7 commit 566540c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

techsupport_bot/commands/purge.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,9 @@ async def purge_command(
7777
else:
7878
timestamp = None
7979

80+
await interaction.response.send_message("Purge Successful", ephemeral=True)
8081
await interaction.channel.purge(after=timestamp, limit=amount)
8182

82-
await interaction.response.send_message("Purge Successful", ephemeral=True)
8383
await moderation.send_command_usage_alert(
8484
bot_object=self.bot,
8585
interaction=interaction,

0 commit comments

Comments
 (0)