from .statusrotator import StatusRotator async def setup(bot): <<<<<<< HEAD await bot.add_cog(StatusRotator(bot)) ======= await bot.add_cog(StatusRotator(bot)) >>>>>>> a9c6c65 (feat(statusrotator): change the statuses)