Update .guide command

Because these are common questions
This commit is contained in:
tomGER 2019-02-02 21:52:22 +01:00 committed by GitHub
parent 496b5e1070
commit a627a121cc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -42,9 +42,13 @@ class Links:
"Pegaswitch Guide: <https://switch.hacks.guide/> " "Pegaswitch Guide: <https://switch.hacks.guide/> "
"(outdated for anything but Pegaswitch/3.0.0)\n\n" "(outdated for anything but Pegaswitch/3.0.0)\n\n"
"**Specific guides:**\n" "**Specific guides:**\n"
"Use full RAM in homebrew without installing NSPs: " "Manually Updating/Downgrading (with HOS): "
"<https://gbatemp.net/threads/use-atmosphere-to-" "<https://guide.sdsetup.com/#/manualupdate>\n"
"access-full-ram-with-homebrews-without-nsp.521240/>") "Manually Repairing/Downgrading (without HOS): "
"<https://guide.sdsetup.com/#/manualchoidowngrade>\n"
"How to get started developing Homebrew: "
"<https://gbatemp.net/threads/tutorial-switch-homebrew-development.507284/>"
)
@commands.command() @commands.command()
async def source(self, ctx): async def source(self, ctx):