From ca9fd355e87cf647c0ee44c6002f20e61bcb0699 Mon Sep 17 00:00:00 2001 From: Rapptz Date: Fri, 1 Apr 2022 00:26:21 -0400 Subject: [PATCH] Fix typo in Guild.bans docstring --- discord/guild.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/discord/guild.py b/discord/guild.py index 4106c4dc3..a052b2e70 100644 --- a/discord/guild.py +++ b/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.