Browse Source

Add NotFound to unban docstring

pull/7894/head
Daniel Grant 3 years ago
committed by GitHub
parent
commit
18a6881fd9
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      discord/guild.py

2
discord/guild.py

@ -3198,6 +3198,8 @@ class Guild(Hashable):
Raises
-------
NotFound
The requested unban was not found.
Forbidden
You do not have the proper permissions to unban.
HTTPException

Loading…
Cancel
Save