From fd4aefbc5165f04a7c6dc9973ad84485b79c3155 Mon Sep 17 00:00:00 2001 From: MarigoldZephyrNio <123856489+MarigoldZephyrNio@users.noreply.github.com> Date: Sun, 30 Jun 2024 23:46:29 -0500 Subject: [PATCH] Fix sending payload link in ssnc (#1318) * Fix sending payload link in ssnc * Fix spacing so check doesn't fail --- cogs/ssnc.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cogs/ssnc.py b/cogs/ssnc.py index 94d2c032..34b2e187 100644 --- a/cogs/ssnc.py +++ b/cogs/ssnc.py @@ -140,8 +140,8 @@ async def check_nx_serial(self, ctx: KurisuContext, serial: str): elif maybe: return await ctx.send("{}: Serial {} _might_ be patched. The only way you can know this for sure is by " "pushing the payload manually. You can find instructions to do so here: " - "https://switch.hacks.guide/user_guide/emummc/sending_payload/".format(ctx.author.mention, - safe_serial), ephemeral=True) + "https://switch.hacks.guide/user_guide/rcm/sending_payload/".format(ctx.author.mention, + safe_serial), ephemeral=True) elif patched: return await ctx.send("{}: Serial {} is patched.".format(ctx.author.mention, safe_serial), ephemeral=True) else: