Browse Source

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

pull/7488/head
ShashankKumarSaxena 4 years ago
committed by GitHub
parent
commit
b2ac327bd8
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      discord/ext/commands/context.py

2
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.

Loading…
Cancel
Save