From 12c0f4420d70642abeb949984d8486e27c2b748f Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Tue, 17 Mar 2020 17:54:49 -0400 Subject: [PATCH] Add c4 alias to connect-four --- commands/mp-games/connect-four.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/mp-games/connect-four.js b/commands/mp-games/connect-four.js index f8726204..8ea87a3f 100644 --- a/commands/mp-games/connect-four.js +++ b/commands/mp-games/connect-four.js @@ -10,7 +10,7 @@ module.exports = class ConnectFourCommand extends Command { constructor(client) { super(client, { name: 'connect-four', - aliases: ['connect-4'], + aliases: ['connect-4', 'c4'], group: 'mp-games', memberName: 'connect-four', description: 'Play a game of Connect Four with another user.',