diff --git a/cogs/assistance.py b/cogs/assistance.py index 5a8c40dc..2d4ff631 100644 --- a/cogs/assistance.py +++ b/cogs/assistance.py @@ -180,10 +180,10 @@ async def deletesoap(self, ctx: GuildContext, channels: commands.Greedy[discord. for channel in channels: if channel not in self.soaps_category.channels: continue - msg = f":x: **:soap: channel deleted**: {ctx.author.mention} deleted :soap: channel {channel.name} ({channel.id})" - await self.bot.channels['mod-logs'].send(msg) - await ctx.send(f"Deleted :soap: {channel.name}.") - await channel.delete() + msg = f":x: **:soap: channel deleted**: {ctx.author.mention} deleted :soap: channel {channel.name} ({channel.id})" + await self.bot.channels['mod-logs'].send(msg) + await ctx.send(f"Deleted :soap: {channel.name}.") + await channel.delete() @is_staff('OP') @commands.guild_only()