From f07854c0429abf4f774b80191d4092f755d73813 Mon Sep 17 00:00:00 2001 From: Cam Caswell Date: Thu, 8 Jul 2021 20:31:10 -0400 Subject: Change the "incorrect" emoji --- bot/exts/evergreen/duck_game.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bot') diff --git a/bot/exts/evergreen/duck_game.py b/bot/exts/evergreen/duck_game.py index 160e3cc4..5c83efa7 100644 --- a/bot/exts/evergreen/duck_game.py +++ b/bot/exts/evergreen/duck_game.py @@ -12,7 +12,7 @@ from PIL import Image, ImageDraw from discord.ext import commands from bot.bot import Bot -from bot.constants import Colours, Emojis +from bot.constants import Colours DECK = list(product(*[(0, 1, 2)]*4)) @@ -35,7 +35,7 @@ ALL_CARDS = Image.open(p) CARD_WIDTH = 155 CARD_HEIGHT = 97 -EMOJI_WRONG = Emojis.x +EMOJI_WRONG = "\u274C" ANSWER_REGEX = re.compile(r'^\D*(\d+)\D+(\d+)\D+(\d+)\D*$') -- cgit v1.2.3