diff options
Diffstat (limited to 'discord')
| -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. |