Adding emojis to /decide for funsies
This commit is contained in:
parent
3b4e10dff4
commit
32921681e0
@ -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(),
|
||||
|
Loading…
x
Reference in New Issue
Block a user