From 79704aaa83219e54b6392d842350cf3b525ab7fd Mon Sep 17 00:00:00 2001 From: Dalton Date: Tue, 11 Dec 2018 21:07:29 -0800 Subject: [PATCH] further down debug --- bot.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot.js b/bot.js index 4c728df..82f028e 100644 --- a/bot.js +++ b/bot.js @@ -223,7 +223,7 @@ function asyncSiteRequest(url, process) { fetch(url) .then(data => { - sendToBotTestingChannel("data::" + data); + sendToBotTestingChannel("data.data.children::" + data.data.children); return process(data); })