diff options
| author | 2019-03-26 12:39:33 +1000 | |
|---|---|---|
| committer | 2019-03-26 12:39:33 +1000 | |
| commit | c998013624ca47a98543a0464f343ae79c8a1627 (patch) | |
| tree | 18319ecb8c008804d9a84fe4fab92e4bcfd3d1b6 /bot/seasons/valentines/savethedate.py | |
| parent | Remove unnecessary listener from local error handler (diff) | |
Adjust cog load logs to use cog class name.
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") |