Browse Source

Fix misleading Error documentation for Client.fetch_guild

pull/10109/head
Lucas Hardt 2 years ago
committed by dolfies
parent
commit
3117e4e4bb
  1. 4
      discord/client.py

4
discord/client.py

@ -1925,8 +1925,8 @@ class Client:
Raises
------
Forbidden
You do not have access to the guild.
NotFound
The guild doesn't exist or you got no access to it.
HTTPException
Getting the guild failed.

Loading…
Cancel
Save