From e599e4b9c427e896c1c25d6ad1053b63ce45bcad Mon Sep 17 00:00:00 2001 From: Rohan_Iceman Date: Mon, 25 Feb 2019 18:37:27 +0530 Subject: changed the logging debug message. --- bot/seasons/valentines/valentine_zodiac.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bot') diff --git a/bot/seasons/valentines/valentine_zodiac.py b/bot/seasons/valentines/valentine_zodiac.py index 52df1f7f..06c0237d 100644 --- a/bot/seasons/valentines/valentine_zodiac.py +++ b/bot/seasons/valentines/valentine_zodiac.py @@ -56,4 +56,4 @@ class ValentineZodiac: def setup(bot): bot.add_cog(ValentineZodiac(bot)) - log.debug("Save the date cog loaded") + log.debug("Valentine Zodiac cog loaded") -- cgit v1.2.3