diff --git a/bot.js b/bot.js index 7eec7b4..cc5731d 100644 --- a/bot.js +++ b/bot.js @@ -184,6 +184,7 @@ function imgurRequest(subreddit, page_max) { } // Abstracted Reddit Json media grab. +// todo I think since it's randomly picking indices but children.length times, it's missing rare items. function handleRedditJson(data) { let json = data.json(); if (json.data) {