mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-06-29 23:00:08 +00:00
[commands] Fix a small typo in Context.invoke docs
This commit is contained in:
parent
f485f1b612
commit
b2ac327bd8
@ -175,7 +175,7 @@ class Context(discord.abc.Messageable, Generic[BotT]):
|
|||||||
command: :class:`.Command`
|
command: :class:`.Command`
|
||||||
The command that is going to be called.
|
The command that is going to be called.
|
||||||
\*args
|
\*args
|
||||||
The arguments to to use.
|
The arguments to use.
|
||||||
\*\*kwargs
|
\*\*kwargs
|
||||||
The keyword arguments to use.
|
The keyword arguments to use.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user