mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-16 15:57:54 +02:00
Fix
This commit is contained in:
@@ -15,7 +15,7 @@ module.exports = class ConnectFourCommand extends Command {
|
||||
aliases: ['connect-4', 'c4'],
|
||||
group: 'games-mp',
|
||||
memberName: 'connect-four',
|
||||
description: 'Play a game of Connect Four with another user.',
|
||||
description: 'Play a game of Connect Four with another user or the AI.',
|
||||
credit: [
|
||||
{
|
||||
name: 'Hasbro',
|
||||
|
||||
@@ -9,8 +9,7 @@ module.exports = class TicTacToeCommand extends Command {
|
||||
name: 'tic-tac-toe',
|
||||
group: 'games-mp',
|
||||
memberName: 'tic-tac-toe',
|
||||
description: 'Play a game of tic-tac-toe with another user.',
|
||||
guildOnly: true,
|
||||
description: 'Play a game of tic-tac-toe with another user or the AI.',
|
||||
args: [
|
||||
{
|
||||
key: 'opponent',
|
||||
|
||||
Reference in New Issue
Block a user