diff options
Diffstat (limited to 'discord/http.py')
| -rw-r--r-- | discord/http.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/discord/http.py b/discord/http.py index 6c2b548c..93e9708d 100644 --- a/discord/http.py +++ b/discord/http.py @@ -248,7 +248,7 @@ class HTTPClient: self._token(old_token, bot=old_bot) if e.response.status == 401: raise LoginFailure('Improper token has been passed.') from e - raise e + raise return data |