diff --git a/disco/bot/bot.py b/disco/bot/bot.py index 3354494..cbf53bb 100644 --- a/disco/bot/bot.py +++ b/disco/bot/bot.py @@ -99,7 +99,7 @@ class BotConfig(Config): storage_serializer = 'json' storage_path = 'storage.json' - http_enabled = True + http_enabled = False http_host = '0.0.0.0' http_port = 7575