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
+2 -2
View File
@@ -601,7 +601,7 @@ Total: 575
* **balloon-pop:** Don't let yourself be the last one to pump the balloon before it pops!
* **battle:** Engage in a turn-based battle against another user or the AI.
* **bingo:** Play bingo with up to 99 other users.
* **connect-four:** Play a game of Connect Four with another user.
* **connect-four:** Play a game of Connect Four with another user or the AI.
* **dots-and-boxes:** Play a game of Dots and Boxes with another user.
* **emoji-emoji-revolution:** Can you type arrow emoji faster than anyone else has ever typed them before?
* **guesspionage:** Tests your knowledge of humans as you guess how people responded to poll questions.
@@ -614,7 +614,7 @@ Total: 575
* **quiz-duel:** Answer a series of quiz questions against other opponents.
* **russian-roulette:** Who will pull the trigger and die first?
* **spam-war:** See who can type more characters the fastest.
* **tic-tac-toe:** Play a game of tic-tac-toe with another user.
* **tic-tac-toe:** Play a game of tic-tac-toe with another user or the AI.
* **typing-race:** Race a user to see who can type a sentence faster.
* **word-chain:** Try to come up with words that start with the last letter of your opponent's word.
* **word-spud:** Hot potato, but with words.
+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',