From 2413a5a88c1a8854e6ba347d426418f07a326912 Mon Sep 17 00:00:00 2001 From: Blueness Date: Mon, 1 Jul 2024 21:01:17 -0600 Subject: [PATCH 1/2] Overwrite essential for soaps This comes up every other soap --- cogs/assistance.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cogs/assistance.py b/cogs/assistance.py index 2d4ff631..27a3879c 100644 --- a/cogs/assistance.py +++ b/cogs/assistance.py @@ -148,7 +148,7 @@ async def createsoap(self, ctx: GuildContext, helpee: discord.Member): "2. Boot into GodMode9 by holding start while powering on.\n" "3. Navigate to `SysNAND Virtual`\n" "4. Select `essential.exefs`\n" - "5. Select `copy to 0:/gm9/out`\n" + "5. Select `copy to 0:/gm9/out`, select `Overwrite file(s)` if it exists\n" "6. Power off your console and insert your SD card into your computer.\n" "7. Navigate to `/gm9/out` on your SD, `essential.exefs` should be there.\n" "8. Send the `essential.exefs` in *this specific channel*.\n" From c89370fa7c003b40a0f62cadccd1f86e1e289ca7 Mon Sep 17 00:00:00 2001 From: eip <36315290+eip618@users.noreply.github.com> Date: Tue, 2 Jul 2024 13:16:39 +1000 Subject: [PATCH 2/2] Update assistance.py --- cogs/assistance.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cogs/assistance.py b/cogs/assistance.py index 27a3879c..4f2c987a 100644 --- a/cogs/assistance.py +++ b/cogs/assistance.py @@ -148,7 +148,7 @@ async def createsoap(self, ctx: GuildContext, helpee: discord.Member): "2. Boot into GodMode9 by holding start while powering on.\n" "3. Navigate to `SysNAND Virtual`\n" "4. Select `essential.exefs`\n" - "5. Select `copy to 0:/gm9/out`, select `Overwrite file(s)` if it exists\n" + "5. Select `copy to 0:/gm9/out` (and select `Overwrite file(s)` if prompted - if not prompted, ignore and move on)\n" "6. Power off your console and insert your SD card into your computer.\n" "7. Navigate to `/gm9/out` on your SD, `essential.exefs` should be there.\n" "8. Send the `essential.exefs` in *this specific channel*.\n"