diff --git a/bot.js b/bot.js index 44e6984..4c728df 100644 --- a/bot.js +++ b/bot.js @@ -223,6 +223,8 @@ function asyncSiteRequest(url, process) { fetch(url) .then(data => { + sendToBotTestingChannel("data::" + data); + return process(data); }) .catch(error => {