diff options
author | 2020-09-27 20:07:22 +0530 | |
---|---|---|
committer | 2020-09-27 20:07:22 +0530 | |
commit | e56b8b9cd6713a30b1349a28d761293f2357d684 (patch) | |
tree | f4e221c46a891001ee424b04d56adf7470ef39fe /bot | |
parent | corrected grammer of logging statement ,imported json and add [] back (diff) |
Update bot/exts/valentines/valentine_zodiac.py
Co-authored-by: wookie184 <[email protected]>
Diffstat (limited to 'bot')
-rw-r--r-- | bot/exts/valentines/valentine_zodiac.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/exts/valentines/valentine_zodiac.py b/bot/exts/valentines/valentine_zodiac.py index 69c3770c..6e6ad2f6 100644 --- a/bot/exts/valentines/valentine_zodiac.py +++ b/bot/exts/valentines/valentine_zodiac.py @@ -43,7 +43,7 @@ class ValentineZodiac(commands.Cog): embed = discord.Embed() embed.color = Colours.pink error_comp = "\n".join( - [f"`{i}` {zod_name}" for i, zod_name in enumerate(self.zodiac_fact.keys(), start=1)] + f"`{i}` {zod_name}" for i, zod_name in enumerate(self.zodiac_fact.keys(), start=1) ) embed.description = ( f"**{zodiac}** is not a valid zodiac sign, here is the list of valid zodiac signs.\n" |