Files
twitch-subathon-plugin/subathons/__init__.py
2025-09-01 19:20:14 +10:00

8 lines
166 B
Python

import logging
logger = logging.getLogger()
async def setup(bot):
from .component import SubathonComponent
await bot.add_component(SubathonComponent(bot))