From 57ded2ccfcd56363aef587a6252ae71a3131e952 Mon Sep 17 00:00:00 2001 From: "Dusty.P" Date: Sat, 5 May 2018 20:00:16 -0800 Subject: [PATCH] Fixed config dir error --- bot.py | 1 + 1 file changed, 1 insertion(+) diff --git a/bot.py b/bot.py index bcec26f..472f01a 100644 --- a/bot.py +++ b/bot.py @@ -26,6 +26,7 @@ extension_dir = 'exts' owner_id = 351794468870946827 bot_config_file = 'bot_config.json' secrets_file = 'bot_secrets.json' +config_dir = 'config/' description = 'Submission Bot for Ark Smart Breeder'