Refactor with registry.

This commit is contained in:
2025-09-03 23:43:12 +10:00
parent 26f29e6de7
commit fda6847671
7 changed files with 127 additions and 49 deletions

5
koans/twitch/__init__.py Normal file
View File

@@ -0,0 +1,5 @@
from .. import logger
async def setup(bot):
from .component import KoanComponent
await bot.add_component(KoanComponent(bot))