mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-07-21 18:36:47 +00:00
Fix typo in Guild.bans docstring
This commit is contained in:
parent
9acf1db076
commit
ca9fd355e8
@ -2056,9 +2056,8 @@ class Guild(Hashable):
|
|||||||
Parameters
|
Parameters
|
||||||
-----------
|
-----------
|
||||||
limit: Optional[:class:`int`]
|
limit: Optional[:class:`int`]
|
||||||
The number of bans to retrieve.
|
The number of bans to retrieve. If ``None``, it retrieves every ban in
|
||||||
If ``None``, it retrieves every guild you have access to. Note, however,
|
the guild. Note, however, that this would make it a slow operation.
|
||||||
that this would make it a slow operation.
|
|
||||||
Defaults to ``1000``.
|
Defaults to ``1000``.
|
||||||
before: :class:`.abc.Snowflake`
|
before: :class:`.abc.Snowflake`
|
||||||
Retrieves bans before this user.
|
Retrieves bans before this user.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user