Lobby¶
-
class
LobbyCog(*args, **kwargs)¶ Bases:
discord.ext.commands.cog.CogLobby cog, handle the commands from lobby 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 theContext.
-
join= <discord.ext.commands.core.Command object>¶
-
reset= <discord.ext.commands.core.Command object>¶
-
leave= <discord.ext.commands.core.Command object>¶
-
queue= <discord.ext.commands.core.Command object>¶
-
async
-
setup(client)¶