From 803617304db91779589e30168da2480d5195fa79 Mon Sep 17 00:00:00 2001 From: Dalton Date: Wed, 12 Dec 2018 20:25:41 -0800 Subject: [PATCH] debug FULL --- bot.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot.js b/bot.js index a7a703c..33d7207 100644 --- a/bot.js +++ b/bot.js @@ -265,7 +265,7 @@ async function asyncImageRequest(channelMessage) { } ); - sendToBotTestingChannel('imgur_json -> ' + JSON.stringify(imgur_json)); + console.log('imgur_json -> ' + JSON.stringify(imgur_json)); // todo need to check config to see if it's a valid booruuuuu //let redditbooru_json = await loadJson("https://" + requested_item + ".redditbooru.com/images/?limit=1000");