10 lines
229 B
Python
10 lines
229 B
Python
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)
|