From 341577ff0f2b27e27f8c394878b42aa5c1234ace Mon Sep 17 00:00:00 2001 From: dolfies Date: Tue, 21 Dec 2021 20:34:54 -0500 Subject: [PATCH] Forgot an exception existed --- discord/guild.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/discord/guild.py b/discord/guild.py index 13bfc7922..47d503cd8 100644 --- a/discord/guild.py +++ b/discord/guild.py @@ -2916,6 +2916,8 @@ class Guild(Hashable): Raises ------- + NotFound + The guild does not have a welcome screen. HTTPException Editing the welcome screen failed failed. Forbidden