From 569540d90e350449ef52bc147fca0753df7f6bd9 Mon Sep 17 00:00:00 2001 From: fyredragon <51103172+fyredragon69@users.noreply.github.com> Date: Sat, 11 Jan 2025 20:50:31 -0500 Subject: [PATCH] soap.py: fix typo and remove unnecessary new line --- cogs/soap.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cogs/soap.py b/cogs/soap.py index f508d685..216769ea 100644 --- a/cogs/soap.py +++ b/cogs/soap.py @@ -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." )