From ed09c7d529e309bf1579bb790221c82bc91eb474 Mon Sep 17 00:00:00 2001 From: Dalton Date: Tue, 11 Dec 2018 21:06:37 -0800 Subject: [PATCH] data debug --- bot.js | 2 ++ 1 file changed, 2 insertions(+) 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 => {