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 Raises
------- -------
NotFound
The requested user was not found.
Forbidden Forbidden
You do not have the proper permissions to ban. You do not have the proper permissions to ban.
HTTPException HTTPException

Loading…
Cancel
Save