diff options
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| |