diff options
Diffstat (limited to 'discord/ext/commands/cog.py')
| -rw-r--r-- | discord/ext/commands/cog.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/discord/ext/commands/cog.py b/discord/ext/commands/cog.py index a36e3f1d..b8e25917 100644 --- a/discord/ext/commands/cog.py +++ b/discord/ext/commands/cog.py @@ -296,10 +296,6 @@ class Cog(metaclass=CogMeta): """A special method that registers as a :meth:`.Bot.check_once` check. - Note that when using this function, context sent from a group command - may only parse the parent command and not the subcommands due to it - being invoked once per :meth:`.Command.invoke` call. - This function **can** be a coroutine and must take a sole parameter, ``ctx``, to represent the :class:`.Context`. """ |