From 918ae282faa7a52d3d5869435d42124a5f7fc926 Mon Sep 17 00:00:00 2001 From: Dalton Date: Wed, 12 Dec 2018 20:20:08 -0800 Subject: [PATCH] stringified the imgur json --- bot.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot.js b/bot.js index 0bd07ee..4e6316f 100644 --- a/bot.js +++ b/bot.js @@ -265,7 +265,7 @@ async function asyncImageRequest(channelMessage) { } ); - sendToBotTestingChannel('imgur_json -> ' + imgur_json); + sendToBotTestingChannel('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");