diff --git a/bot.js b/bot.js index d5d86ce..0bd07ee 100644 --- a/bot.js +++ b/bot.js @@ -264,6 +264,8 @@ async function asyncImageRequest(channelMessage) { } } ); + + sendToBotTestingChannel('imgur_json -> ' + 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");