File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -3814,7 +3814,7 @@ async def bulk_ban(
3814
3814
3815
3815
Parameters
3816
3816
-----------
3817
- users: :class:`abc.Snowflake`
3817
+ users: Iterable[ :class:`abc.Snowflake`]
3818
3818
The user to ban from their guild.
3819
3819
delete_message_seconds: :class:`int`
3820
3820
The number of seconds worth of messages to delete from the user
Original file line number Diff line number Diff line change @@ -4499,14 +4499,14 @@ Guild
4499
4499
4500
4500
.. attribute :: banned
4501
4501
4502
- The list of users that were banned. The type of the list is a :class: `Object `
4503
- representing the user .
4502
+ The list of users that were banned. The inner :class: `Object ` of the list
4503
+ has the :attr: ` Object.type ` set to :class: ` User ` .
4504
4504
4505
4505
:type: List[:class: `Object `]
4506
4506
.. attribute :: failed
4507
4507
4508
- The list of users that could not be banned. The type of the list is a :class: `Object `
4509
- representing the user .
4508
+ The list of users that could not be banned. The inner :class: `Object ` of the list
4509
+ has the :attr: ` Object.type ` set to :class: ` User ` .
4510
4510
4511
4511
:type: List[:class: `Object `]
4512
4512
You can’t perform that action at this time.
0 commit comments