Add c4 alias to connect-four

This commit is contained in:
Dragon Fire
2020-03-17 17:54:49 -04:00
parent 0200834fee
commit 12c0f4420d
+1 -1
View File
@@ -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.',