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

Loading…
Cancel
Save