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
------
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