diff options
-rw-r--r-- | bot/seasons/valentines/lovecalculator.py | 2 | ||||
-rw-r--r-- | bot/seasons/valentines/whoisvalentine.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/bot/seasons/valentines/lovecalculator.py b/bot/seasons/valentines/lovecalculator.py index 91dd9fdf..2b6dc759 100644 --- a/bot/seasons/valentines/lovecalculator.py +++ b/bot/seasons/valentines/lovecalculator.py @@ -104,4 +104,4 @@ class LoveCalculator(Cog): def setup(bot): bot.add_cog(LoveCalculator(bot)) - log.info("Love calculator cog loaded")
\ No newline at end of file + log.info("Love calculator cog loaded") diff --git a/bot/seasons/valentines/whoisvalentine.py b/bot/seasons/valentines/whoisvalentine.py index 4ab02cb5..433ff251 100644 --- a/bot/seasons/valentines/whoisvalentine.py +++ b/bot/seasons/valentines/whoisvalentine.py @@ -51,4 +51,4 @@ class ValentineFacts(commands.Cog): def setup(bot): bot.add_cog(ValentineFacts(bot)) - log.info("Who Is Valentine? cog loaded")
\ No newline at end of file + log.info("Who Is Valentine? cog loaded") |