From 482bd11ac73bcd72955e8eb5be73ba346d84384b Mon Sep 17 00:00:00 2001 From: lightningyx <98954380+lightningyx@users.noreply.github.com> Date: Mon, 18 Apr 2022 12:26:32 +0200 Subject: [PATCH] Fix Guild.fetch_member docstring Co-authored-by: Danny --- discord/guild.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/discord/guild.py b/discord/guild.py index 7020e1f4f..9f609ad16 100644 --- a/discord/guild.py +++ b/discord/guild.py @@ -1957,6 +1957,8 @@ class Guild(Hashable): You do not have access to the guild. HTTPException Fetching the member failed. + NotFound + The member could not be found. Returns --------