diff options
| author | iomintz <[email protected]> | 2020-05-06 11:27:17 -0500 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-05-06 11:27:17 -0500 |
| commit | 559c464d3b828d960484a15eed9d31805a45b93b (patch) | |
| tree | c91c44a69a531550a3dd7171a41a0c704be4d9e8 | |
| parent | fix NotificationLevel being suppressed (diff) | |
| download | discord.py-559c464d3b828d960484a15eed9d31805a45b93b.tar.xz discord.py-559c464d3b828d960484a15eed9d31805a45b93b.zip | |
fix HTTPException explanation in Guild.fetch_member docs
| -rw-r--r-- | discord/guild.py | 2 |
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 -------- |