diff options
author | 2020-09-29 13:43:38 +0530 | |
---|---|---|
committer | 2020-09-29 13:43:38 +0530 | |
commit | 10aa93109dfe2550f89d86e89cf3b35fa2371f92 (patch) | |
tree | 2e08f5047416053d66f36f255a5f553fc154cdff | |
parent | changed errore method to genrate_error method,changed error embed colour to ... (diff) |
changed pink colour embed to soft_red
-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 9da49447..58b6c8d3 100644 --- a/bot/exts/valentines/valentine_zodiac.py +++ b/bot/exts/valentines/valentine_zodiac.py @@ -104,7 +104,7 @@ class ValentineZodiac(commands.Cog): log.info("zodiac sign based on month and date received.") except ValueError as e: final_embed = discord.Embed() - final_embed.color = Colours.pink + final_embed.color = Colours.soft_red final_embed.description = f"Zodiac sign is not found because, {e}" log.info(f'Error in "zodiac date" command:\n{e}.') else: |