Skip to content

Commit

Permalink
Update assistance.py
Browse files Browse the repository at this point in the history
  • Loading branch information
eip618 committed Mar 6, 2024
1 parent a3c38e1 commit 82334da
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cogs/assistance.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 82334da

Please sign in to comment.