further down debug

This commit is contained in:
Dalton
2018-12-11 21:07:29 -08:00
parent ed09c7d529
commit 79704aaa83

2
bot.js
View File

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