diff options
| -rw-r--r-- | bot/exts/halloween/hacktoberstats.py | 1 | 
1 files changed, 0 insertions, 1 deletions
| diff --git a/bot/exts/halloween/hacktoberstats.py b/bot/exts/halloween/hacktoberstats.py index d2762513..85f70ef0 100644 --- a/bot/exts/halloween/hacktoberstats.py +++ b/bot/exts/halloween/hacktoberstats.py @@ -489,4 +489,3 @@ class HacktoberStats(commands.Cog):  def setup(bot: commands.Bot) -> None:      """Hacktoberstats Cog load.""" -    bot.add_cog(HacktoberStats(bot)) | 
