Add NotFound to unban docstring

This commit is contained in:
Daniel Grant 2022-04-17 14:19:20 +08:00 committed by GitHub
parent 1bfe6b2bb1
commit 18a6881fd9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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