aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoriomintz <[email protected]>2020-05-06 11:27:17 -0500
committerGitHub <[email protected]>2020-05-06 11:27:17 -0500
commit559c464d3b828d960484a15eed9d31805a45b93b (patch)
treec91c44a69a531550a3dd7171a41a0c704be4d9e8
parentfix NotificationLevel being suppressed (diff)
downloaddiscord.py-559c464d3b828d960484a15eed9d31805a45b93b.tar.xz
discord.py-559c464d3b828d960484a15eed9d31805a45b93b.zip
fix HTTPException explanation in Guild.fetch_member docs
-rw-r--r--discord/guild.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/discord/guild.py b/discord/guild.py
index b29b61ba..b5f8977c 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
--------