done for the night

This commit is contained in:
Dalton
2018-12-08 02:04:06 -08:00
parent 10756b8e73
commit b1bed67095

1
bot.js
View File

@@ -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) {