links/guide: add the serial checker

This commit is contained in:
Ave Ozkal 2019-06-04 01:14:19 +03:00
parent 46d0a5246f
commit a7c3f52893
No known key found for this signature in database
GPG key ID: 09356ABAA42C842B

View file

@ -3,6 +3,7 @@ import config
from discord.ext import commands
from discord.ext.commands import Cog
class Links(Cog):
"""
Commands for easily linking to projects.
@ -50,7 +51,9 @@ class Links(Cog):
"<https://gbatemp.net/threads/"
"tutorial-switch-homebrew-development.507284/>\n"
"Getting full RAM in homebrew without NSPs: "
"as of Atmosphere 0.8.6, hold R while opening any game.")
"as of Atmosphere 0.8.6, hold R while opening any game.\n"
"Check if a switch is vulnerable to RCM through serial: "
"https://akdm.github.io/ssnc/checker/")
@commands.command()
async def source(self, ctx):