diff options
Diffstat (limited to 'discord/errors.py')
| -rw-r--r-- | discord/errors.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/discord/errors.py b/discord/errors.py index a613d2c0..84768ca2 100644 --- a/discord/errors.py +++ b/discord/errors.py @@ -76,7 +76,8 @@ class HTTPException(DiscordException): ------------ response: aiohttp.ClientResponse The response of the failed HTTP request. This is an - instance of `aiohttp.ClientResponse`__. + instance of `aiohttp.ClientResponse`__. In some cases + this could also be a ``requests.Response``. __ http://aiohttp.readthedocs.org/en/stable/client_reference.html#aiohttp.ClientResponse |