diff options
| author | 2019-05-30 20:27:23 -0400 | |
|---|---|---|
| committer | 2019-05-30 20:27:23 -0400 | |
| commit | 484f61b04c0cfa5c02a2047c1f3fc7f34418d212 (patch) | |
| tree | 88258e0b987f9bc31bef53f5afcf90074eb4233b /bot/seasons/halloween/spookysound.py | |
| parent | Merge pull request #211 from RohanRadia/master (diff) | |
| parent | Fix snake draw command (diff) | |
Merge pull request #200 from python-discord/docstring-lint-change
Docstring lint change
Diffstat (limited to 'bot/seasons/halloween/spookysound.py')
| -rw-r--r-- | bot/seasons/halloween/spookysound.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/bot/seasons/halloween/spookysound.py b/bot/seasons/halloween/spookysound.py index 7c4d8113..995f0403 100644 --- a/bot/seasons/halloween/spookysound.py +++ b/bot/seasons/halloween/spookysound.py @@ -26,7 +26,6 @@ class SpookySound(commands.Cog): Cannot be used more than once in 2 minutes. """ - if not self.channel: await self.bot.wait_until_ready() self.channel = self.bot.get_channel(Hacktoberfest.voice_id) @@ -45,6 +44,5 @@ class SpookySound(commands.Cog): def setup(bot): """Spooky sound Cog load.""" - bot.add_cog(SpookySound(bot)) log.info("SpookySound cog loaded") |