diff --git a/autothreader/__init__.py b/autothreader/__init__.py index 7cd2c47..6a21ffe 100644 --- a/autothreader/__init__.py +++ b/autothreader/__init__.py @@ -2,5 +2,6 @@ from redbot.core.bot import Red from .autothreader import AutoThreader + async def setup(bot: Red) -> None: await bot.add_cog(AutoThreader(bot))