From a627a121cc661a279441c7e313279aca8dd63294 Mon Sep 17 00:00:00 2001
From: tomGER <25822956+tumGER@users.noreply.github.com>
Date: Sat, 2 Feb 2019 21:52:22 +0100
Subject: [PATCH] Update .guide command
Because these are common questions
---
cogs/links.py | 10 +++++++---
1 file changed, 7 insertions(+), 3 deletions(-)
diff --git a/cogs/links.py b/cogs/links.py
index b1e6efd..5e9cd3e 100644
--- a/cogs/links.py
+++ b/cogs/links.py
@@ -42,9 +42,13 @@ class Links:
"Pegaswitch Guide: "
"(outdated for anything but Pegaswitch/3.0.0)\n\n"
"**Specific guides:**\n"
- "Use full RAM in homebrew without installing NSPs: "
- "")
+ "Manually Updating/Downgrading (with HOS): "
+ "\n"
+ "Manually Repairing/Downgrading (without HOS): "
+ "\n"
+ "How to get started developing Homebrew: "
+ ""
+ )
@commands.command()
async def source(self, ctx):