From b1bed670954bdc9586b10eed1283c5f266f0b902 Mon Sep 17 00:00:00 2001 From: Dalton Date: Sat, 8 Dec 2018 02:04:06 -0800 Subject: [PATCH] done for the night --- bot.js | 1 + 1 file changed, 1 insertion(+) 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) {