diff --git a/discord/guild.py b/discord/guild.py index 165ca446c..93ef052a9 100644 --- a/discord/guild.py +++ b/discord/guild.py @@ -810,6 +810,11 @@ class Guild(Hashable): You must have :attr:`~Permissions.ban_members` permission to get this information. + Parameters + ----------- + user: :class:`abc.Snowflake` + The user to get ban information from. + Raises ------ Forbidden