From c885aa0b9919e75bf4e5b7554aaffd0932a2a1a1 Mon Sep 17 00:00:00 2001 From: Mad Cat <86168297+MadCat9958@users.noreply.github.com> Date: Tue, 19 Apr 2022 00:23:40 +0300 Subject: [PATCH] Add NotFound to ban docstring --- discord/guild.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/discord/guild.py b/discord/guild.py index 9f609ad16..cfb501025 100644 --- a/discord/guild.py +++ b/discord/guild.py @@ -3174,6 +3174,8 @@ class Guild(Hashable): Raises ------- + NotFound + The requested user was not found. Forbidden You do not have the proper permissions to ban. HTTPException