Matches

class MatchesCog(*args, **kwargs)

Bases: discord.ext.commands.cog.Cog

Matches cog, handle the user commands in matches channels

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.

captain = <discord.ext.commands.core.Command object>
sub = <discord.ext.commands.core.Command object>
swap = <discord.ext.commands.core.Command object>
bench = <discord.ext.commands.core.Command object>
unbench = <discord.ext.commands.core.Command object>
pick = <discord.ext.commands.core.Command object>
base = <discord.ext.commands.core.Command object>
ready = <discord.ext.commands.core.Command object>
squittal = <discord.ext.commands.core.Command object>
setup(client)