diff options
| author | 2021-05-15 15:40:09 -0400 | |
|---|---|---|
| committer | 2021-05-15 15:40:09 -0400 | |
| commit | 369134e791fd9a3e52a4948725c249d03128fdd6 (patch) | |
| tree | 5f7c7c7d8761fdcdf0b99bfa1d71b3d17aa862fb /bot/exts/valentines/myvalenstate.py | |
| parent | chore: 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.py | 2 |
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) |