aboutsummaryrefslogtreecommitdiffstats
path: root/bot
diff options
context:
space:
mode:
authorGravatar Rohan_Iceman <[email protected]>2019-02-25 18:37:27 +0530
committerGravatar GitHub <[email protected]>2019-02-25 18:37:27 +0530
commite599e4b9c427e896c1c25d6ad1053b63ce45bcad (patch)
treee417d98ba8b900aa5c1322013060ed5376430b6b /bot
parentloaded json file in the init method (diff)
changed the logging debug message.
Diffstat (limited to 'bot')
-rw-r--r--bot/seasons/valentines/valentine_zodiac.py2
1 files changed, 1 insertions, 1 deletions
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")