mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-11 15:57:50 +02:00
Add c4 alias to connect-four
This commit is contained in:
@@ -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.',
|
||||
|
||||
Reference in New Issue
Block a user