comment out old async method

This commit is contained in:
Dalton
2018-12-11 22:49:57 -08:00
parent 98b2f58d35
commit ad31b474b3

6
bot.js
View File

@@ -11,9 +11,9 @@ var queueExists = false;
var channel = null; var channel = null;
// grab config // grab config
var bot_config = asyncSiteRequest('http://127.0.0.1/folder/bot-config.json', config_data => { //var bot_config = asyncSiteRequest('http://127.0.0.1/folder/bot-config.json', config_data => {
return config_data; // return config_data;
}); //});
// available commands // available commands
// todo use config file // todo use config file