Ejemplo n.º 1
0
    async def start_c4_help(self, ctx: commands.Context):
        description = """
        conne foure.

        **Examples:**
        chaleng y bonnie mate tah batel foura botleo scrumpy.
        `c.game.c4 @pidge`
        """
        embed = helpers.help_command_embed(self.bot, description)
        await ctx.send(embed=embed)
Ejemplo n.º 2
0
    async def make_fullwidth_help(self, ctx):
        if not await self.bot.has_perm(ctx, dm=True): return
        description = """
            №йЇ№йЂ№йІ№йЁсђђ№йѓ№йЅ№йЄ

            **Examples:**
            `c.big deez nuts`
            """
        embed = helpers.help_command_embed(self.bot, description)
        await ctx.send(embed=embed)
Ejemplo n.º 3
0
 async def start_ttt_help(self, ctx: commands.Context):
     description = """
     TICTACTOE.
     
     **Examples:**
     TICTACTOE.
     `c.game.ttt @HonkBonk`
     """
     embed = helpers.help_command_embed(self.bot, description)
     await ctx.send(embed=embed)
Ejemplo n.º 4
0
    async def make_superscript_help(self, ctx):
        if not await self.bot.has_perm(ctx, dm=True): return
        description = """
            р┤╣рхЃрхЈрхЅ рхЃ ╦брхЅРЂ┐рхЌрхЅРЂ┐рХюрхЅ ╦брхљрхЃ╦А╦А :)

            **Examples:**
            `c.small i am a fairy`
            """
        embed = helpers.help_command_embed(self.bot, description)
        await ctx.send(embed=embed)
Ejemplo n.º 5
0
    async def sleep_help(self, ctx):
        if not await self.bot.has_perm(ctx, dm=True): return
        description = """
            Automatically remove you (pidge) from a VC after the given time, in minutes.

            **Examples:**
            sleep in one hour
            `c.sleep 60`
            """
        embed = helpers.help_command_embed(self.bot, description)
        await ctx.send(embed=embed)
Ejemplo n.º 6
0
    async def timestamp_help(self, ctx):
        if not await self.bot.has_perm(ctx, dm=True): return
        description = """
            Get the time of a Discord Snowflake. Can do multiple at once.

            **Examples:**
            `ctimestamp 565879875647438851`
            `ctimestamp 903211743340273765 903211796658282496`
            """
        embed = helpers.help_command_embed(self.bot, description)
        await ctx.send(embed=embed)
Ejemplo n.º 7
0
    async def magic_8_ball_help(self, ctx):
        if not await self.bot.has_perm(ctx, dm=True): return
        description = """
            GET FACTS.

            **Examples:**
            FACT.
            `c.8ball PIDGE CUTE? (yes)`
            """
        embed = helpers.help_command_embed(self.bot, description)
        await ctx.send(embed=embed)
Ejemplo n.º 8
0
    async def make_uwu_help(self, ctx):
        if not await self.bot.has_perm(ctx, dm=True): return
        description = """
            make vewy soft x3c

            **Examples:**
            `c.owo hello`
            `c.uwu how are you doing today`
            """
        embed = helpers.help_command_embed(self.bot, description)
        await ctx.send(embed=embed)
Ejemplo n.º 9
0
    async def speedrun_terms_help(self, ctx):
        if not await self.bot.has_perm(ctx, dm=True): return
        description = """
            gives you a **unique** speedrun trick name

            **Examples:**
            name your new epic fortnite trick
            `c.speedrun`
            """
        embed = helpers.help_command_embed(self.bot, description)
        await ctx.send(embed=embed)
Ejemplo n.º 10
0
    async def show_saved_words_help(self, ctx):
        if not await self.bot.has_perm(ctx, dm=True): return
        description = """
        Show the words you've saved! Deleting not implemented yet :)

        **Examples:**
        studying for that test
        `c.dict.saved`
        """
        embed = helpers.help_command_embed(self.bot, description)
        await ctx.send(embed=embed)
Ejemplo n.º 11
0
 async def name_history_help(self, ctx):
     if not await self.bot.has_perm(ctx, dm=True): return
     description = """
         Display username changes!
         
         Examples:
         See server changes
         `c.name_changes`
         See my changes
         `c.name_changes @CrunchyDuck`
         """
     embed = helpers.help_command_embed(self.bot, description)
     await ctx.send(embed=embed)
Ejemplo n.º 12
0
 async def get_pfp_help(self, ctx):
     if not await self.bot.has_perm(ctx, dm=True): return
     description = """
         Get the highest quality version of anyone's profile picture! Mention a user, or give their ID.
         Works on people not in the server!
 
         **Examples:**
         selfie
         `c.pfp @HonkBonk`
         youfie
         `c.pfp 565879875647438851`
         """
     embed = helpers.help_command_embed(self.bot, description)
     await ctx.send(embed=embed)