aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Amrou Bellalouna <[email protected]>2023-05-06 17:15:45 +0100
committerGravatar GitHub <[email protected]>2023-05-06 17:15:45 +0100
commitdc0193dfca53e2c041611d564f8ba3fc791460dd (patch)
treeb6a35a1504df0f0a9bd9f5bfc2edfde0d8948f05
parentalias Wolfram as WolframConfig (diff)
Update bot/exts/holidays/halloween/spookygif.py
Co-authored-by: wookie184 <[email protected]>
-rw-r--r--bot/exts/holidays/halloween/spookygif.py2
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))