diff options
-rw-r--r-- | bot/exts/holidays/halloween/spookygif.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/exts/holidays/halloween/spookygif.py b/bot/exts/holidays/halloween/spookygif.py index 41488678..b3f9d703 100644 --- a/bot/exts/holidays/halloween/spookygif.py +++ b/bot/exts/holidays/halloween/spookygif.py @@ -36,6 +36,6 @@ class SpookyGif(commands.Cog): async def setup(bot: Bot) -> None: """Spooky GIF Cog load.""" if not Tokens.giphy: - log.warning("No Giphy token. Not loading Giphy cog.") + log.warning("No Giphy token. Not loading SpookyGif cog.") return await bot.add_cog(SpookyGif(bot)) |