From 559c464d3b828d960484a15eed9d31805a45b93b Mon Sep 17 00:00:00 2001 From: iomintz Date: Wed, 6 May 2020 11:27:17 -0500 Subject: [PATCH] fix HTTPException explanation in Guild.fetch_member docs --- discord/guild.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/discord/guild.py b/discord/guild.py index b29b61ba7..b5f8977c6 100644 --- a/discord/guild.py +++ b/discord/guild.py @@ -1204,7 +1204,7 @@ class Guild(Hashable): Forbidden You do not have access to the guild. HTTPException - Getting the guild failed. + Fetching the member failed. Returns --------