Initial commit

This commit is contained in:
zv
2026-04-22 20:21:30 +02:00
commit 687c68ee41
3 changed files with 69 additions and 0 deletions

5
__init__.py Normal file
View File

@@ -0,0 +1,5 @@
from .statusrotator import StatusRotator
async def setup(bot):
await bot.add_cog(StatusRotator(bot))