From 3f36a6a5893fa444844e3c2e73c22559d0fb8179 Mon Sep 17 00:00:00 2001 From: Daniel Odendahl Jr Date: Tue, 7 Nov 2017 02:59:11 +0000 Subject: [PATCH] Alias --- commands/games/cards-against-humanity.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/games/cards-against-humanity.js b/commands/games/cards-against-humanity.js index dc38cf09..24cdd839 100644 --- a/commands/games/cards-against-humanity.js +++ b/commands/games/cards-against-humanity.js @@ -8,7 +8,7 @@ module.exports = class CardsAgainstHumanityCommand extends Command { constructor(client) { super(client, { name: 'cards-against-humanity', - aliases: ['crude-cards', 'pretend-youre-xyzzy'], + aliases: ['crude-cards', 'pretend-youre-xyzzy', 'cah'], group: 'games', memberName: 'cards-against-humanity', description: 'Play a game of Cards Against Humanity.',