From 1472e9ed7c0d73b51b231337bcb467f025c13291 Mon Sep 17 00:00:00 2001 From: Stocker <44980366+StockerMC@users.noreply.github.com> Date: Wed, 28 Jul 2021 19:56:36 -0400 Subject: Fixes minor grammatical error in Command.update --- discord/ext/commands/core.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'discord') 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 -- cgit v1.2.3