diff --git a/commands/games-mp/connect-four.js b/commands/games-mp/connect-four.js index e9e1ba3e..6b46d99c 100644 --- a/commands/games-mp/connect-four.js +++ b/commands/games-mp/connect-four.js @@ -1,7 +1,7 @@ const Command = require('../../structures/Command'); const { stripIndents } = require('common-tags'); const { verify } = require('../../util/Util'); -const blankEmoji = '⚪️'; +const blankEmoji = '⚪'; const playerOneEmoji = '🔴'; const playerTwoEmoji = '🟡'; const nums = ['1⃣', '2⃣', '3⃣', '4⃣', '5⃣', '6⃣', '7⃣']; diff --git a/package.json b/package.json index 2e2a1bbb..e8cc2795 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "xiao", - "version": "124.3.2", + "version": "124.3.3", "description": "Your personal server companion.", "main": "Xiao.js", "scripts": {