1
0
mirror of https://github.com/Rapptz/discord.py.git synced 2025-05-09 15:29:57 +00:00

Rename error type for X.fetch_channel(s).

This commit is contained in:
NCPlayz 2019-06-11 20:15:55 +01:00 committed by Rapptz
parent 34b93c757c
commit dfcf9cdb0a
2 changed files with 2 additions and 2 deletions

@ -1211,7 +1211,7 @@ class Client:
Raises
-------
TypeError
:exc:`.InvalidData`
An unknown channel type was received from Discord.
:exc:`.HTTPException`
Retrieving the channel failed.

@ -1130,7 +1130,7 @@ class Guild(Hashable):
Raises
-------
TypeError
InvalidData
An unknown channel type was received from Discord.
HTTPException
Retrieving the channels failed.