Add NotFound to ban docstring

This commit is contained in:
Mad Cat 2022-04-19 00:23:40 +03:00 committed by GitHub
parent 54d2ff9caa
commit c885aa0b99
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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