From 581f832be87623cf75a7c418a2c86812bedf0d62 Mon Sep 17 00:00:00 2001 From: loicbersier Date: Sun, 30 Sep 2018 13:25:40 +0200 Subject: [PATCH] Changed my epic jokes to an even more epic one xdddddddddddddddddddddddd --- commands/fun/reddit.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();