Rename error type for X.fetch_channel(s)
.
This commit is contained in:
parent
34b93c757c
commit
dfcf9cdb0a
@ -1211,7 +1211,7 @@ class Client:
|
|||||||
|
|
||||||
Raises
|
Raises
|
||||||
-------
|
-------
|
||||||
TypeError
|
:exc:`.InvalidData`
|
||||||
An unknown channel type was received from Discord.
|
An unknown channel type was received from Discord.
|
||||||
:exc:`.HTTPException`
|
:exc:`.HTTPException`
|
||||||
Retrieving the channel failed.
|
Retrieving the channel failed.
|
||||||
|
@ -1130,7 +1130,7 @@ class Guild(Hashable):
|
|||||||
|
|
||||||
Raises
|
Raises
|
||||||
-------
|
-------
|
||||||
TypeError
|
InvalidData
|
||||||
An unknown channel type was received from Discord.
|
An unknown channel type was received from Discord.
|
||||||
HTTPException
|
HTTPException
|
||||||
Retrieving the channels failed.
|
Retrieving the channels failed.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user