stringified the imgur json

This commit is contained in:
Dalton
2018-12-12 20:20:08 -08:00
parent 488ae1989f
commit 918ae282fa

2
bot.js
View File

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