Browse Source

Fix typo in Guild.bans docstring

pull/7821/head
Rapptz 3 years ago
parent
commit
ca9fd355e8
  1. 5
      discord/guild.py

5
discord/guild.py

@ -2056,9 +2056,8 @@ class Guild(Hashable):
Parameters
-----------
limit: Optional[:class:`int`]
The number of bans to retrieve.
If ``None``, it retrieves every guild you have access to. Note, however,
that this would make it a slow operation.
The number of bans to retrieve. If ``None``, it retrieves every ban in
the guild. Note, however, that this would make it a slow operation.
Defaults to ``1000``.
before: :class:`.abc.Snowflake`
Retrieves bans before this user.

Loading…
Cancel
Save