Browse Source

Add NotFound to unban docstring

pull/10109/head
Daniel Grant 3 years ago
committed by dolfies
parent
commit
4d39dcf373
  1. 2
      discord/guild.py

2
discord/guild.py

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

Loading…
Cancel
Save