diff --git a/extensions/faq.py b/extensions/faq.py index e9175f0..76e140c 100644 --- a/extensions/faq.py +++ b/extensions/faq.py @@ -87,10 +87,10 @@ async def beginner(self, ctx): this is a great starting point. This category has a lot of cutscenes, but also a ton of gameplay to balance it out. \ Don\'t confuse it with Glitchless Any%, which is still great but much harder! Check the glitchless routing \ channel pins for route docs, savestates, and other resources.\n\n\ -Defeat Ganon (No SRM): If you want a short run without SRM, this one is perfect. The most \ -beginner-friendly route gets the Kakariko bottle and uses an older wrong warp from Deku Tree. While outdated, it\'s still a \ -great place to start. The fastest route, called Ganonfloor, is more advanced and uses a wrong warp from Dodongo\'s Cavern. \ -Tutorials for both routes are in the defeat-ganon Q/A channel pins!\n\n\ +Defeat Ganon (Classic Kakariko Route): If you want a short run without SRM, this one is perfect. The most \ +beginner-friendly route gets the Kokiri Sword, gets the Kakariko cucco bottle and wrong warps from Deku Tree. \ +A tutorial for the route is in the defeat-ganon Q/A channel pins! Note that the linked tutorial \ +does Triple Slash Clip for Collapse Skip near the end, which is not allowed in the Classic Kakariko route ruleset.\n\n\ You can start with any category, these are just the most commonly suggested ones. \ In the end you should run what you find most interesting. There are also other non-RTA options like Bingo!') @@ -263,3 +263,4 @@ async def target(self, ctx): def setup(bot): bot.add_cog(Faq(bot)) + diff --git a/extensions/roles.py b/extensions/roles.py index 6a1475f..cf6c6d0 100644 --- a/extensions/roles.py +++ b/extensions/roles.py @@ -71,6 +71,7 @@ async def roles(self, ctx): glitchless - Glitchless defeat-ganon - Defeat Ganon noww - No Wrong Warp +nocturne-rta - Nocturne RTA bingo - Bingo extensions - Category Extensions mq - Master Quest @@ -79,3 +80,4 @@ async def roles(self, ctx): def setup(bot): bot.add_cog(Roles(bot)) +