diff --git a/cogs/links.py b/cogs/links.py index 23e3ed1..ac8adf2 100644 --- a/cogs/links.py +++ b/cogs/links.py @@ -29,14 +29,19 @@ class Links: "solution, but please be clear about your intentions " "if you're not actually trying to solve a problem.") - @commands.command(hidden=True, aliases=["guides"]) + @commands.command(hidden=True, aliases=["guides", "link"]) async def guide(self, ctx): """Link to the guide(s)""" - await ctx.send("Nintendo Homebrew's Guide: " + await ctx.send("**Generic starter guides**" + "Nintendo Homebrew's Guide: " "\n" "Noirscape's Guide: \n" "Pegaswitch Guide: " - "(outdated for anything but Pegaswitch)") + "(outdated for anything but Pegaswitch/3.0.0)\n\n" + "**Specific guides:**\n" + "Use full RAM in homebrew without installing NSPs: " + "") def setup(bot):