diff options
| author | ShashankKumarSaxena <[email protected]> | 2021-08-28 01:32:10 +0530 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-08-27 16:02:10 -0400 |
| commit | b2ac327bd815413f8d82daf71a3a275ce059877e (patch) | |
| tree | e8d3bcb6836d7f2d1340eed5363bb41eb131b6f7 | |
| parent | Fix a typo in docstrings of Client class (diff) | |
| download | discord.py-b2ac327bd815413f8d82daf71a3a275ce059877e.tar.xz discord.py-b2ac327bd815413f8d82daf71a3a275ce059877e.zip | |
[commands] Fix a small typo in Context.invoke docs
| -rw-r--r-- | discord/ext/commands/context.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/discord/ext/commands/context.py b/discord/ext/commands/context.py index e231f0e7..38a24d1d 100644 --- a/discord/ext/commands/context.py +++ b/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. |