Skip to content

Commit

Permalink
Fix sending payload link in ssnc
Browse files Browse the repository at this point in the history
  • Loading branch information
MarigoldZephyrNio authored Jun 30, 2024
1 parent 1b5ed30 commit b8ccd51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cogs/ssnc.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ 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,
"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)
Expand Down

0 comments on commit b8ccd51

Please sign in to comment.