From bdc0a1b9f4574fb7f4610b5ef6b30f6ac9521739 Mon Sep 17 00:00:00 2001 From: loicbersier Date: Thu, 27 Sep 2018 23:03:29 +0200 Subject: [PATCH] removed the default arg --- commands/fun/reddit.js | 1 - 1 file changed, 1 deletion(-) diff --git a/commands/fun/reddit.js b/commands/fun/reddit.js index c5b40000..ab47cf13 100644 --- a/commands/fun/reddit.js +++ b/commands/fun/reddit.js @@ -13,7 +13,6 @@ module.exports = class redditCommand extends Command { key: 'sub', prompt: 'Wich subreddit would you like to see?', type: 'string', - default: 'random', } ] });