Browse Source

Fix misleading Error documentation for Client.fetch_guild

pull/9559/head
Lucas Hardt 2 years ago
committed by GitHub
parent
commit
3827671bf7
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      discord/client.py

4
discord/client.py

@ -2243,8 +2243,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