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

View File

@@ -2,6 +2,4 @@ import logging
logger = logging.getLogger(__name__)
async def setup(bot):
from .component import KoanComponent
await bot.add_component(KoanComponent(bot))
from .twitch import setup as twitch_setup