Admin

class AdminCog(*args, **kwargs)

Bases: discord.ext.commands.cog.Cog

Register cog, handle the admin commands

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.

clear = <discord.ext.commands.core.Command object>
unregister = <discord.ext.commands.core.Command object>
rename = <discord.ext.commands.core.Command object>
check = <discord.ext.commands.core.Command object>
spam = <discord.ext.commands.core.Command object>
lobby = <discord.ext.commands.core.Command object>
timeout = <discord.ext.commands.core.Command object>
pog = <discord.ext.commands.core.Command object>
channel = <discord.ext.commands.core.Command object>
reload = <discord.ext.commands.core.Command object>
remove = <discord.ext.commands.core.Command object>
setup(client)
async get_check_player(ctx)