Browse Source

Add NotFound to ban docstring

pull/10109/head
Mad Cat 3 years ago
committed by dolfies
parent
commit
f9bf19cbb1
  1. 2
      discord/guild.py

2
discord/guild.py

@ -3240,6 +3240,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