mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-10-22 00:13:01 +00:00
Update sphinx and fix documentation issues
This commit is contained in:
@@ -1802,15 +1802,15 @@ class Guild(Hashable):
|
||||
|
||||
Raises
|
||||
-------
|
||||
:exc:`.InvalidData`
|
||||
InvalidData
|
||||
An unknown channel type was received from Discord
|
||||
or the guild the channel belongs to is not the same
|
||||
as the one in this object points to.
|
||||
:exc:`.HTTPException`
|
||||
HTTPException
|
||||
Retrieving the channel failed.
|
||||
:exc:`.NotFound`
|
||||
NotFound
|
||||
Invalid Channel ID.
|
||||
:exc:`.Forbidden`
|
||||
Forbidden
|
||||
You do not have permission to fetch this channel.
|
||||
|
||||
Returns
|
||||
|
Reference in New Issue
Block a user