From a7c3f52893fbfa227079a73c36ce6c2c8e601d06 Mon Sep 17 00:00:00 2001 From: Ave Ozkal Date: Tue, 4 Jun 2019 01:14:19 +0300 Subject: [PATCH] links/guide: add the serial checker --- cogs/links.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/cogs/links.py b/cogs/links.py index 6e2177f..24a9521 100644 --- a/cogs/links.py +++ b/cogs/links.py @@ -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): "\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):