Browse Source
[commands] Fix a small typo in Context.invoke docs
pull/7488/head
ShashankKumarSaxena
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
discord/ext/commands/context.py
|
|
@ -175,7 +175,7 @@ class Context(discord.abc.Messageable, Generic[BotT]): |
|
|
|
command: :class:`.Command` |
|
|
|
The command that is going to be called. |
|
|
|
\*args |
|
|
|
The arguments to to use. |
|
|
|
The arguments to use. |
|
|
|
\*\*kwargs |
|
|
|
The keyword arguments to use. |
|
|
|
|
|
|
|