Files
sideeyes-koans-plugin/koans/twitch/__init__.py
2025-09-03 23:43:12 +10:00

6 lines
134 B
Python

from .. import logger
async def setup(bot):
from .component import KoanComponent
await bot.add_component(KoanComponent(bot))