async def setup(bot): from . import tracker from . import subathons await tracker.setup(bot) await subathons.setup(bot)