Blackjack Command

This commit is contained in:
Daniel Odendahl Jr
2018-09-17 16:23:27 +00:00
parent 832196eaa5
commit 2cfb7e2338
4 changed files with 145 additions and 3 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ module.exports = class RedditCommand extends Command {
constructor(client) {
super(client, {
name: 'reddit',
aliases: ['subreddit', 'r/'],
aliases: ['subreddit', 'r', 'r/', 'sub'],
group: 'random',
memberName: 'reddit',
description: 'Responds with a random post from a subreddit.',