From deb875be1fc96e6f3527ff6e5d20bf62f256a4f0 Mon Sep 17 00:00:00 2001 From: eip Date: Tue, 6 Oct 2020 22:05:04 +1100 Subject: [PATCH] alter modmoon command you know how it said instructions could be found at the release page? yeah it lied. i fixed that. --- cogs/assistance.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/cogs/assistance.py b/cogs/assistance.py index 74c6b8012..6b3143d3e 100644 --- a/cogs/assistance.py +++ b/cogs/assistance.py @@ -352,7 +352,9 @@ async def modmoon(self, ctx): """Links to a tool for a mod manager""" await self.simple_embed(ctx, cleandoc(""" To install mods for Smash 3DS, and to manage other LayeredFS mods, \ -[Mod-Moon](https://github.com/Swiftloke/ModMoon/releases) is recommended. Instructions for use can be found on the page. +[Mod-Moon](https://github.com/Swiftloke/ModMoon/releases) is recommended. + + Instructions for usage can be found [in this thread.](https://gbatemp.net/threads/modmoon-a-beautiful-simple-and-compact-mods-manager-for-the-nintendo-3ds.519080#) """)) @commands.command()