feat(statusrotator): change the statuses

This commit is contained in:
zv
2026-05-06 20:54:31 +02:00
parent 687c68ee41
commit d045ce0fb4
4 changed files with 61 additions and 3 deletions

View File

@@ -2,4 +2,8 @@ from .statusrotator import StatusRotator
async def setup(bot):
await bot.add_cog(StatusRotator(bot))
<<<<<<< HEAD
await bot.add_cog(StatusRotator(bot))
=======
await bot.add_cog(StatusRotator(bot))
>>>>>>> a9c6c65 (feat(statusrotator): change the statuses)