diff --git a/bot.js b/bot.js index 15846bc..60d118d 100644 --- a/bot.js +++ b/bot.js @@ -11,9 +11,9 @@ var queueExists = false; var channel = null; // grab config -var bot_config = asyncSiteRequest('http://127.0.0.1/folder/bot-config.json', config_data => { - return config_data; -}); +//var bot_config = asyncSiteRequest('http://127.0.0.1/folder/bot-config.json', config_data => { +// return config_data; +//}); // available commands // todo use config file