4 lines
81 B
Python
4 lines
81 B
Python
async def twitch_setup(bot):
|
|
from .tracker import setup
|
|
await setup(bot)
|