From 82334daece1fc7f89403040a453167150f9da2d8 Mon Sep 17 00:00:00 2001 From: eip <36315290+eip618@users.noreply.github.com> Date: Wed, 6 Mar 2024 13:56:13 +1100 Subject: [PATCH] Update assistance.py --- cogs/assistance.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cogs/assistance.py b/cogs/assistance.py index f603b891..f71c004a 100644 --- a/cogs/assistance.py +++ b/cogs/assistance.py @@ -162,7 +162,8 @@ 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 wait for further instructions.") + "10. Please confirm, if known, the system's CURRENT region (or where you bought it from), and your DESIRED region (or your current region)." + "11. 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)