diff options
| author | Rapptz <[email protected]> | 2016-06-12 13:57:05 -0400 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2016-06-12 13:57:05 -0400 |
| commit | fa36a449e9d33e60cf6b15b58378453870fd33f0 (patch) | |
| tree | 23939755433cdc2f76dfb50f1609a66f24c9a7c8 /discord/client.py | |
| parent | [commands] Make the CommandError required argument optional again. (diff) | |
| download | discord.py-fa36a449e9d33e60cf6b15b58378453870fd33f0.tar.xz discord.py-fa36a449e9d33e60cf6b15b58378453870fd33f0.zip | |
Change HTTPException to only take a single parameter.
Diffstat (limited to 'discord/client.py')
| -rw-r--r-- | discord/client.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/discord/client.py b/discord/client.py index e4c9b247..7f3118f0 100644 --- a/discord/client.py +++ b/discord/client.py @@ -391,7 +391,6 @@ class Client: else: raise TypeError('login() takes 1 or 2 positional arguments but {} were given'.format(n)) - @asyncio.coroutine def logout(self): """|coro| |