Exemplo n.º 1
0
    async def hunt(self, ctx):
        """
        For 48 hours, hunt down as many eggs randomly appearing as possible.

        Standard Eggs
        --------------
        Egg React: +1pt
        Team Bonus for Claimed Egg: +1pt
        First React on Other Team Egg: +1pt
        First React on Your Team Egg: +2pt

        If you get first react, you will claim that egg for your team, allowing
        your team to get the Team Bonus point, but be quick, as the egg will
        disappear after 5 seconds of the first react.

        Super Eggs
        -----------
        Gold Egg: 50 team pts, 5pts to first react
        Diamond Egg: 100 team pts, 10pts to first react

        Super Eggs only appear in #seasonalbot-chat so be sure to keep an eye
        out. They stay around for 5 minutes and the team with the most reacts
        wins the points.
        """
        await ctx.invoke(bot.get_command("help"), command="hunt")
Exemplo n.º 2
0
 async def refresh(self, ctx):
     """
     Refreshes certain seasonal elements without reloading seasons.
     """
     if not ctx.invoked_subcommand:
         await ctx.invoke(bot.get_command("help"), "refresh")