Skip to content

Commit

Permalink
switchgui.de -> switch.hacks.guide
Browse files Browse the repository at this point in the history
  • Loading branch information
lifehackerhansol committed Jun 30, 2024
1 parent 2971eed commit 7f766a2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions cogs/assistance-cmds/transfersd.switch.md
Original file line number Diff line number Diff line change
@@ -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
---
Expand Down
4 changes: 2 additions & 2 deletions cogs/ssnc.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 7f766a2

Please sign in to comment.