maybe this will work
This commit is contained in:
parent
6ec6e59d8d
commit
b6e4387c73
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ class FourchanCommand extends Command {
|
||||||
i = Math.floor((Math.random() * response.threads.length) + 1);
|
i = Math.floor((Math.random() * response.threads.length) + 1);
|
||||||
|
|
||||||
// If post is sticky search again
|
// 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));
|
i = Math.floor((Math.random() * response.threads.length));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue