Skip to content

Commit

Permalink
remove unnecessary step (nh-server#1296)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gruetzig authored Apr 19, 2024
1 parent 1502369 commit ac602ba
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cogs/assistance.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit ac602ba

Please sign in to comment.