aboutsummaryrefslogtreecommitdiffstats
path: root/bot/exts/valentines/myvalenstate.py
diff options
context:
space:
mode:
authorGravatar ToxicKidz <[email protected]>2021-05-15 15:40:09 -0400
committerGravatar GitHub <[email protected]>2021-05-15 15:40:09 -0400
commit369134e791fd9a3e52a4948725c249d03128fdd6 (patch)
tree5f7c7c7d8761fdcdf0b99bfa1d71b3d17aa862fb /bot/exts/valentines/myvalenstate.py
parentchore: Make more things use constants (diff)
chore: Apply suggestions from code review
Co-authored-by: Xithrius <[email protected]>
Diffstat (limited to 'bot/exts/valentines/myvalenstate.py')
-rw-r--r--bot/exts/valentines/myvalenstate.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/exts/valentines/myvalenstate.py b/bot/exts/valentines/myvalenstate.py
index c699de94..52a61011 100644
--- a/bot/exts/valentines/myvalenstate.py
+++ b/bot/exts/valentines/myvalenstate.py
@@ -69,7 +69,7 @@ class MyValenstate(commands.Cog):
embed = discord.Embed(
title=f"Your Valenstate is {valenstate} \u2764",
- description=STATES[valenstate]['text'],
+ description=STATES[valenstate]["text"],
colour=Colours.pink
)
embed.add_field(name=embed_title, value=embed_text)