1
0
Fork 0

maybe this will work

akairo
loicbersier 5 years ago
parent 6ec6e59d8d
commit b6e4387c73

@ -45,7 +45,7 @@ class FourchanCommand extends Command {
i = Math.floor((Math.random() * response.threads.length) + 1);
// If post is sticky search again
while(response.threads[i].posts[0].sticky == 1 || !response.threads[i].posts[0]) {
while(response.threads[i].posts[0].sticky == 1 || !response.threads[i].posts) {
i = Math.floor((Math.random() * response.threads.length));
}

Loading…
Cancel
Save