From 4d39dcf3736a9d4ed583bf6da300d8b959cbe701 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 3dbf89288..7a4eb9de2 100644 --- a/discord/guild.py +++ b/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