Browse Source

Add NotFound to ban docstring

pull/7903/head
Mad Cat 3 years ago
committed by GitHub
parent
commit
c885aa0b99
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      discord/guild.py

2
discord/guild.py

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

Loading…
Cancel
Save