data debug

This commit is contained in:
Dalton
2018-12-11 21:06:37 -08:00
parent 14f516e602
commit ed09c7d529

2
bot.js
View File

@@ -223,6 +223,8 @@ function asyncSiteRequest(url, process) {
fetch(url) fetch(url)
.then(data => { .then(data => {
sendToBotTestingChannel("data::" + data);
return process(data); return process(data);
}) })
.catch(error => { .catch(error => {