Register

class RegisterCog(*args, **kwargs)

Bases: discord.ext.commands.cog.Cog

Register cog, handle the commands from register channel

async cog_check(ctx)

A special method that registers as a commands.check() for every command and subcommand in this cog.

This function can be a coroutine and must take a sole parameter, ctx, to represent the Context.

register = <discord.ext.commands.core.Command object>
notify = <discord.ext.commands.core.Command object>
setup(client)