From 18a6881fd91ebb7fa1f7fb4f2fcce7b11d6f51fc Mon Sep 17 00:00:00 2001 From: Daniel Grant <77840397+Void-ux@users.noreply.github.com> Date: Sun, 17 Apr 2022 14:19:20 +0800 Subject: [PATCH] Add NotFound to unban docstring --- discord/guild.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/discord/guild.py b/discord/guild.py index 8b26a0de2..7020e1f4f 100644 --- a/discord/guild.py +++ b/discord/guild.py @@ -3198,6 +3198,8 @@ class Guild(Hashable): Raises ------- + NotFound + The requested unban was not found. Forbidden You do not have the proper permissions to unban. HTTPException