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); })