mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-05-15 10:19:59 +00:00
Fixes minor grammatical error in Command.update
This commit is contained in:
parent
85f3e11ef1
commit
1472e9ed7c
@ -385,7 +385,7 @@ class Command(_BaseCommand):
|
|||||||
pass
|
pass
|
||||||
|
|
||||||
def update(self, **kwargs):
|
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
|
This works similarly to the :func:`.command` decorator in terms
|
||||||
of parameters in that they are passed to the :class:`Command` or
|
of parameters in that they are passed to the :class:`Command` or
|
||||||
|
@ -2551,7 +2551,7 @@ msgid "The function to remove from the checks."
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: discord.ext.commands.Command.update:1 discord.ext.commands.Group.update:1 of
|
#: discord.ext.commands.Command.update:1 discord.ext.commands.Group.update:1 of
|
||||||
msgid "Updates :class:`Command` instance with updated attribute."
|
msgid "Updates :class:`Command` instance with updated attributes."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: discord.ext.commands.Command.update:3 discord.ext.commands.Group.update:3 of
|
#: discord.ext.commands.Command.update:3 discord.ext.commands.Group.update:3 of
|
||||||
|
Loading…
x
Reference in New Issue
Block a user