Rename error type for X.fetch_channel(s).

This commit is contained in:
NCPlayz
2019-06-12 00:47:42 -04:00
committed by Rapptz
parent 34b93c757c
commit dfcf9cdb0a
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1211,7 +1211,7 @@ class Client:
Raises
-------
TypeError
:exc:`.InvalidData`
An unknown channel type was received from Discord.
:exc:`.HTTPException`
Retrieving the channel failed.
+1 -1
View File
@@ -1130,7 +1130,7 @@ class Guild(Hashable):
Raises
-------
TypeError
InvalidData
An unknown channel type was received from Discord.
HTTPException
Retrieving the channels failed.