From ad31b474b3f473657da024b56e7d9fc10eb33042 Mon Sep 17 00:00:00 2001 From: Dalton Date: Tue, 11 Dec 2018 22:49:57 -0800 Subject: [PATCH] comment out old async method --- bot.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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