diff options
author | 2018-11-18 03:31:50 +0100 | |
---|---|---|
committer | 2018-11-18 03:31:50 +0100 | |
commit | f4e28e209956032735389ec5b425d0d253adf003 (patch) | |
tree | fed63f36f0a4d706160dbca5048ff9d70d1eb196 | |
parent | Created an uptime cog. Testing Azure CI deployment. (diff) |
Flake8
-rw-r--r-- | bot/__main__.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/bot/__main__.py b/bot/__main__.py index 64f8fdc0..91b6b369 100644 --- a/bot/__main__.py +++ b/bot/__main__.py @@ -30,6 +30,4 @@ if __name__ == '__main__': except Exception as e: log.error(f'Failed to load extension {extension}: {repr(e)} {format_exc()}') - bot.run(HACKTOBERBOT_TOKEN) - |