diff options
author | 2019-05-11 19:26:41 +0100 | |
---|---|---|
committer | 2019-05-11 19:26:41 +0100 | |
commit | dc24705222dc6e9f6b40267571d23a95a0c4145f (patch) | |
tree | 8a2edfc63be1243e01bdbe69c0a85fd928cff4c3 | |
parent | Update bot/seasons/halloween/8ball.py (diff) |
Update bot/seasons/halloween/8ball.py
Co-Authored-By: S. Co1 <[email protected]>
-rw-r--r-- | bot/seasons/halloween/8ball.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/seasons/halloween/8ball.py b/bot/seasons/halloween/8ball.py index c2f560a7..40463bb7 100644 --- a/bot/seasons/halloween/8ball.py +++ b/bot/seasons/halloween/8ball.py @@ -39,4 +39,4 @@ def setup(bot): """Spooky Eight Ball Cog Load.""" bot.add_cog(SpookyEightBall(bot)) - log.info("8Ball cog loaded") + log.info("SpookyEightBall cog loaded") |