diff options
Diffstat (limited to 'discord/client.py')
| -rw-r--r-- | discord/client.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/discord/client.py b/discord/client.py index 95f71327..e1b2a798 100644 --- a/discord/client.py +++ b/discord/client.py @@ -329,7 +329,7 @@ class Client: """ log.info('logging in using static token') - data = yield from self.http.static_login(token, bot=bot) + yield from self.http.static_login(token, bot=bot) self.connection.is_bot = bot @asyncio.coroutine |