Skip to content

Commit

Permalink
soap.py: fix typo and remove unnecessary new line
Browse files Browse the repository at this point in the history
  • Loading branch information
fyredragon69 authored Jan 12, 2025
1 parent d40304e commit 569540d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cogs/soap.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,9 +144,9 @@ async def soapsubmitter(self, ctx: GuildContext):
await ctx.send("**__Essential.exefs submitter__**\n"
"Scan this QR code in FBI by going to `Remote Install -> Scan QR Code`\n"
"https://nintendohomebrew.com/assets/img/essentialcia-qr.png\n"
"Once it's installed, close FBI and open the newly installed app'\n"
"Once it's installed, close FBI and open the newly installed app\n"
"After opening the app, press :3ds_button_y: to type in your Discord name, then press OK.\n"
"Tap the :soap: icon on the bottom screen to submit your info.\n"
"Tap the :soap: icon on the bottom screen to submit your info."
)


Expand Down

0 comments on commit 569540d

Please sign in to comment.