diff options
| author | 2019-05-28 17:11:24 -0400 | |
|---|---|---|
| committer | 2019-05-28 17:11:24 -0400 | |
| commit | a669bb567cc09c3211ecb9c45e0089d56f3059bc (patch) | |
| tree | c7ce1dc69f9ec53f030b672c20245728760cba6f /bot/seasons/halloween/8ball.py | |
| parent | Merge 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.py | 1 |
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") |