diff --git a/commands/games-mp/connect-four.js b/commands/games-mp/connect-four.js index 7ee1ce6d..9a87db16 100644 --- a/commands/games-mp/connect-four.js +++ b/commands/games-mp/connect-four.js @@ -11,7 +11,25 @@ const colors = { green: '🟢', orange: '🟠', purple: '🟣', - black: '⚫' + black: '⚫', + cheese: '🧀', + face: '😶', + moon: '🌘', + earth: '🌎', + donut: '🍙', + cookie: '🍪', + baseball: '⚾', + softball: '🥎', + tennisball: '🎾', + volleyball: '🏐', + basketball: '🏀', + soccerball: '⚽', + '8ball': '🎱', + cd: '💿', + dvd: '📀', + nsfw: '🔞', + nosmoke: '🚭', + clock: '🕓' }; module.exports = class ConnectFourCommand extends Command {