aboutsummaryrefslogtreecommitdiffstats
path: root/bot/seasons/halloween/8ball.py
diff options
context:
space:
mode:
authorGravatar sco1 <[email protected]>2019-05-28 17:11:24 -0400
committerGravatar sco1 <[email protected]>2019-05-28 17:11:24 -0400
commita669bb567cc09c3211ecb9c45e0089d56f3059bc (patch)
treec7ce1dc69f9ec53f030b672c20245728760cba6f /bot/seasons/halloween/8ball.py
parentMerge branch 'master' into docstring-lint-change (diff)
Relint updated cogs for new linting rules
Fix last message scoping issue with show your project reactions
Diffstat (limited to 'bot/seasons/halloween/8ball.py')
-rw-r--r--bot/seasons/halloween/8ball.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/bot/seasons/halloween/8ball.py b/bot/seasons/halloween/8ball.py
index af037e53..d7bddbfb 100644
--- a/bot/seasons/halloween/8ball.py
+++ b/bot/seasons/halloween/8ball.py
@@ -30,6 +30,5 @@ class SpookyEightBall(commands.Cog):
def setup(bot):
"""Spooky Eight Ball Cog Load."""
-
bot.add_cog(SpookyEightBall(bot))
log.info("SpookyEightBall cog loaded")