Files
exec-plugin/plugin/twitch/__init__.py
2025-10-22 19:28:08 +10:00

8 lines
136 B
Python

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