Adding emojis to /decide for funsies

This commit is contained in:
Luke Robles 2023-08-14 20:09:51 -07:00
parent 9320bcb4bb
commit 7905d9a6f2

View File

@ -28,7 +28,7 @@ class Cheeky(commands.Cog):
if len(choices) > 1: if len(choices) > 1:
description = random.choice(choices) description = random.choice(choices)
else: else:
description = random.choice(["Yes", "No"]) description = random.choice(["Yes", "No"])
embed = discord.Embed( embed = discord.Embed(
description=description, description=description,
color=discord.Color.green(), color=discord.Color.green(),