comment out old async method
This commit is contained in:
6
bot.js
6
bot.js
@@ -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
|
||||||
|
Reference in New Issue
Block a user