From 32921681e069da24ae39f8ecfa5275c6a9f65701 Mon Sep 17 00:00:00 2001 From: Luke Robles Date: Mon, 14 Aug 2023 20:09:51 -0700 Subject: [PATCH] Adding emojis to /decide for funsies --- app/cogs/cheeky_functions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/cogs/cheeky_functions.py b/app/cogs/cheeky_functions.py index 5bfb3282..2110d69e 100755 --- a/app/cogs/cheeky_functions.py +++ b/app/cogs/cheeky_functions.py @@ -28,7 +28,7 @@ class Cheeky(commands.Cog): if len(choices) > 1: description = random.choice(choices) else: - description = random.choice(["Yes", "No"]) + description = random.choice(["✅ Yes", "❌ No"]) embed = discord.Embed( description=description, color=discord.Color.green(),