Exemplo n.º 1
0
    async def pin(self, ctx: commands.Context):
        """
        Controls auto pin.
        """

        if ctx.invoked_subcommand is None:
            await ctx.send(utils.get_command_group_signature(ctx))
Exemplo n.º 2
0
 async def config(self, ctx):
     """
     Group of commands for dynamicaly changing config
     """
     if ctx.invoked_subcommand is None:
         await ctx.send(utils.get_command_group_signature(ctx))