Even bubbles in connect 4 on mobile

This commit is contained in:
Dragon Fire
2020-12-27 13:22:22 -05:00
parent b016c9f92b
commit 64da481b63
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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⃣'];
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "xiao",
"version": "124.3.2",
"version": "124.3.3",
"description": "Your personal server companion.",
"main": "Xiao.js",
"scripts": {