diff options
author | 2020-09-28 13:31:22 +0530 | |
---|---|---|
committer | 2020-09-28 13:31:22 +0530 | |
commit | d9be29e006d9b381b1563b344a2c212574ce62ae (patch) | |
tree | e90a0a017c3a13719f5d617397d884aa0bc03524 | |
parent | changed date -> datetime and added aliases partner (diff) |
Update bot/exts/valentines/valentine_zodiac.py
Co-authored-by: Thomas Petersson <[email protected]>
-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 a495cbe1..1874856a 100644 --- a/bot/exts/valentines/valentine_zodiac.py +++ b/bot/exts/valentines/valentine_zodiac.py @@ -111,7 +111,7 @@ class ValentineZodiac(commands.Cog): final_embed = self.zodiac_build_embed(zodiac_sign_based_on_month_and_date) await ctx.send(embed=final_embed) - log.info("Zodiac sign embed based on month and date is now sent.") + log.info("Zodiac sign embed based on date is now sent.") @zodiac.command(name="partnerzodiac", aliases=['partner']) async def partner_zodiac(self, ctx: commands.Context, zodiac_sign: str) -> None: |