diff --git a/wormgas/wormgas.py b/wormgas/wormgas.py index 37bd7e8..633eba9 100644 --- a/wormgas/wormgas.py +++ b/wormgas/wormgas.py @@ -56,4 +56,4 @@ def main(): bot.config.set('discord:token', 'TOKEN') logging.critical(f'Before you can run for the first time, edit {config_file} and set discord:token') else: - bot.run(token) + bot.run(token, log_handler=None)