mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-09-05 17:36:15 +00:00
Add positional-only arguments in more places
This commit is contained in:
@ -161,6 +161,10 @@ class Reaction:
|
||||
The ``after`` parameter must represent a member
|
||||
and meet the :class:`abc.Snowflake` abc.
|
||||
|
||||
.. versionchanged:: 2.0
|
||||
|
||||
``limit`` and ``after`` parameters are now keyword-only.
|
||||
|
||||
Examples
|
||||
---------
|
||||
|
||||
|
Reference in New Issue
Block a user