From 8e68bc4d6821ec043c710eb2570b67ad178a022b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Bersier?= Date: Sun, 16 Jun 2019 19:16:16 +0200 Subject: [PATCH] if no args put random --- commands/fun/reddit.js | 1 + 1 file changed, 1 insertion(+) diff --git a/commands/fun/reddit.js b/commands/fun/reddit.js index 9333a51..bbefa24 100644 --- a/commands/fun/reddit.js +++ b/commands/fun/reddit.js @@ -11,6 +11,7 @@ class RedditCommand extends Command { { id: 'sub', type: 'string', + default: 'random', match: 'rest' } ],