Adding emojis to /decide for funsies
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
814cdef33f
commit
7fb837153a
@ -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(),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user