diff --git a/commands/games-mp/connect-four.js b/commands/games-mp/connect-four.js index 9a87db16..22d4a979 100644 --- a/commands/games-mp/connect-four.js +++ b/commands/games-mp/connect-four.js @@ -29,7 +29,8 @@ const colors = { dvd: '📀', nsfw: '🔞', nosmoke: '🚭', - clock: '🕓' + clock: '🕓', + coin: '🪙' }; module.exports = class ConnectFourCommand extends Command {