Muted¶
-
class
MutedCog(*args, **kwargs)¶ Bases:
discord.ext.commands.cog.CogMuted 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 theContext.
-
escape= <discord.ext.commands.core.Command object>¶
-
async
-
setup(client)¶