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 Raises
------ ------
Forbidden NotFound
You do not have access to the guild. The guild doesn't exist or you got no access to it.
HTTPException HTTPException
Getting the guild failed. Getting the guild failed.

Loading…
Cancel
Save