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.',