mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-09-04 00:55:19 +00:00
Add positional-only arguments in more places
This commit is contained in:
@ -170,6 +170,10 @@ class Context(discord.abc.Messageable, Generic[BotT]):
|
||||
You must take care in passing the proper arguments when
|
||||
using this function.
|
||||
|
||||
.. versionchanged:: 2.0
|
||||
|
||||
``command`` parameter is now positional-only.
|
||||
|
||||
Parameters
|
||||
-----------
|
||||
command: :class:`.Command`
|
||||
|
Reference in New Issue
Block a user