You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Retrieves an :class:`.AsyncIterator` that enables receiving the guild's bans. In order to use this, you must
2167
2167
have the :attr:`~Permissions.ban_members` permission.
2168
-
Users will always be returned in ascending order sorted by user ID. If both the ``before`` and ``after`` parameters are provided, only before is respected.
2169
2168
2170
2169
.. versionchanged:: 2.0
2171
2170
The ``limit``, ``before``. and ``after`` parameters were added. Now returns a :class:`.BanIterator` instead
0 commit comments