From 1a6e86cc79d1168fe4140a23b6f492c798293e1b Mon Sep 17 00:00:00 2001 From: Gruetzig <88926852+Gruetzig@users.noreply.github.com> Date: Fri, 12 Apr 2024 22:37:38 +0200 Subject: [PATCH] remove unnecessary step --- cogs/assistance.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/cogs/assistance.py b/cogs/assistance.py index 7c298f35..dffc8b90 100644 --- a/cogs/assistance.py +++ b/cogs/assistance.py @@ -162,8 +162,7 @@ async def createsoap(self, ctx: GuildContext, helpee: discord.Member): " Unscrew them until they click, then gently lift the backplate using the notches at the sides.\n" " - The label also may be under the battery.\n" " - If you still can't find it, please request further assistance.\n" - "10. Please confirm, if known, the system's CURRENT region (or where you bought it from), and your DESIRED region (or your current region).\n" - "11. Please wait for further instructions.") + "10. Please wait for further instructions.") await self.bot.channels['mod-logs'].send(f"⭕️ **🧼 access granted**: {ctx.author.mention} granted access to 🧼 channel to {helpee.mention}") msg = f"🆕 **🧼 channel created**: {ctx.author.mention} created 🧼 channel {channel.mention} | {channel.name} ({channel.id})" await self.bot.channels['mod-logs'].send(msg)