Document user parameter in Guild.get_ban

This commit is contained in:
Rapptz 2018-05-08 22:03:30 -04:00
parent 9fe7776a33
commit 07a535f514

View File

@ -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