diff --git a/bot.js b/bot.js index 7dbb311..9e9207d 100644 --- a/bot.js +++ b/bot.js @@ -233,6 +233,9 @@ function asyncSiteRequest(url, process) { .then(data => { return process(data); }) + .then(res => { + return res; + }) .catch(error => { sendToBotTestingChannel('async:' + error.message); return "";