forked from Supositware/Haha-Yes
Changed my epic jokes to an even more epic one xdddddddddddddddddddddddd
This commit is contained in:
parent
53b11bffd1
commit
581f832be8
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ module.exports = class redditCommand extends Command {
|
|||
}
|
||||
|
||||
async run(message, { sub }) {
|
||||
let /* the bodies hit the floor */ i = Math.floor((Math.random() * 10) + 1);
|
||||
let /* the bodies hit the */ i = Math.floor((Math.random() * 10) + 1);
|
||||
let a = 0
|
||||
fetch('https://www.reddit.com/r/' + sub + '.json?limit=100').then((response) => {
|
||||
return response.json();
|
||||
|
|
Loading…
Reference in a new issue