diff options
Diffstat (limited to 'discord')
| -rw-r--r-- | discord/ext/commands/core.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/discord/ext/commands/core.py b/discord/ext/commands/core.py index 586fb470..78fc9560 100644 --- a/discord/ext/commands/core.py +++ b/discord/ext/commands/core.py @@ -385,7 +385,7 @@ class Command(_BaseCommand): pass def update(self, **kwargs): - """Updates :class:`Command` instance with updated attribute. + """Updates :class:`Command` instance with updated attributes. This works similarly to the :func:`.command` decorator in terms of parameters in that they are passed to the :class:`Command` or |