Fixed config dir error

This commit is contained in:
Dusty.P 2018-05-05 20:00:16 -08:00
parent f25290ebee
commit 57ded2ccfc

1
bot.py
View File

@ -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'