diff --git a/commands/fun/reddit.js b/commands/fun/reddit.js index e741417a..18c6ec2e 100644 --- a/commands/fun/reddit.js +++ b/commands/fun/reddit.js @@ -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();