v2 refactor to label-based koans, and add discord

This commit is contained in:
2025-09-04 02:29:48 +10:00
parent fda6847671
commit 89173f1676
10 changed files with 679 additions and 76 deletions

View File

@@ -0,0 +1,5 @@
from .. import logger
async def setup(bot):
from .cog import KoanCog
await bot.add_cog(KoanCog(bot))