Files
twitch-eventtracker-plugin/__init__.py
2025-08-01 00:41:24 +10:00

4 lines
81 B
Python

async def twitch_setup(bot):
from .tracker import setup
await setup(bot)