diff options
Diffstat (limited to 'bot/seasons/valentines/savethedate.py')
| -rw-r--r-- | bot/seasons/valentines/savethedate.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/seasons/valentines/savethedate.py b/bot/seasons/valentines/savethedate.py index 830b3015..f587c2fc 100644 --- a/bot/seasons/valentines/savethedate.py +++ b/bot/seasons/valentines/savethedate.py @@ -41,4 +41,4 @@ class SaveTheDate(commands.Cog): def setup(bot): bot.add_cog(SaveTheDate(bot)) - log.info("Save the date cog loaded") + log.info("SaveTheDate cog loaded") |