mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-10-24 10:02:56 +00:00
Rename error type for X.fetch_channel(s)
.
This commit is contained in:
@@ -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.
|
||||||
|
Reference in New Issue
Block a user