[commands] Fix a small typo in Context.invoke docs

This commit is contained in:
ShashankKumarSaxena
2021-08-27 16:02:10 -04:00
committed by GitHub
parent f485f1b612
commit b2ac327bd8
+1 -1
View File
@@ -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.