From b2ac327bd815413f8d82daf71a3a275ce059877e Mon Sep 17 00:00:00 2001 From: ShashankKumarSaxena <69804741+ShashankKumarSaxena@users.noreply.github.com> Date: Sat, 28 Aug 2021 01:32:10 +0530 Subject: [PATCH] [commands] Fix a small typo in Context.invoke docs --- discord/ext/commands/context.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/discord/ext/commands/context.py b/discord/ext/commands/context.py index e231f0e70..38a24d1db 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.