From 7f766a2521440952428bbfe1db37bd5290d42b09 Mon Sep 17 00:00:00 2001 From: lifehackerhansol Date: Sun, 30 Jun 2024 10:20:54 -0700 Subject: [PATCH] switchgui.de -> switch.hacks.guide --- cogs/assistance-cmds/transfersd.switch.md | 4 ++-- cogs/ssnc.py | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/cogs/assistance-cmds/transfersd.switch.md b/cogs/assistance-cmds/transfersd.switch.md index a741fe3dc..5b958f59a 100644 --- a/cogs/assistance-cmds/transfersd.switch.md +++ b/cogs/assistance-cmds/transfersd.switch.md @@ -1,9 +1,9 @@ --- title: Moving SD cards -url: https://switchgui.de/switch-guide/extras/transfer_sd/ +url: https://switch.hacks.guide/extras/transfer_sd/ thumbnail-url: https://nintendohomebrew.com/assets/img/nhmemes/bigh.png author.name: NH Discord Server -author.url: https://switchgui.de/switch-guide/ +author.url: https://switch.hacks.guide/ help-desc: Embeds sd transfer information aliases: sdtransfer --- diff --git a/cogs/ssnc.py b/cogs/ssnc.py index 43369f17c..94d2c0327 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://switchgui.de/switch-guide/user_guide/emummc/sending_payload/".format(ctx.author.mention, - safe_serial), ephemeral=True) + "https://switch.hacks.guide/user_guide/emummc/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: