Add basic subathon impl.

This commit is contained in:
2025-07-28 13:29:21 +10:00
parent 6a50f13e87
commit 6879e53fbf
7 changed files with 481 additions and 10 deletions

View File

@@ -1,3 +1,5 @@
async def setup(bot):
from . import tracker
from . import subathons
await tracker.setup(bot)
await subathons.setup(bot)