From 59ca163c7a6d00ccf052e7437acdc3544dddb5ab Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Sat, 9 Jan 2021 11:59:49 -0500 Subject: [PATCH] Add Coin --- commands/games-mp/connect-four.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 {