mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-09-05 17:36:15 +00:00
Clarify some docstrings around BulkBanResponse
This commit is contained in:
@ -4499,14 +4499,14 @@ Guild
|
||||
|
||||
.. attribute:: banned
|
||||
|
||||
The list of users that were banned. The type of the list is a :class:`Object`
|
||||
representing the user.
|
||||
The list of users that were banned. The inner :class:`Object` of the list
|
||||
has the :attr:`Object.type` set to :class:`User`.
|
||||
|
||||
:type: List[:class:`Object`]
|
||||
.. attribute:: failed
|
||||
|
||||
The list of users that could not be banned. The type of the list is a :class:`Object`
|
||||
representing the user.
|
||||
The list of users that could not be banned. The inner :class:`Object` of the list
|
||||
has the :attr:`Object.type` set to :class:`User`.
|
||||
|
||||
:type: List[:class:`Object`]
|
||||
|
||||
|
Reference in New Issue
Block a user