This commit is contained in:
Dragon Fire
2021-01-09 13:39:20 -05:00
parent 382609c5ef
commit 08c393d2c7
3 changed files with 4 additions and 5 deletions
+1 -1
View File
@@ -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',
+1 -2
View File
@@ -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',