Files
tasklist-plugin/__init__.py
2025-08-01 03:02:48 +10:00

14 lines
169 B
Python

import logging
logger = logging.getLogger(__name__)
async def discord_setup(bot):
...
async def twitch_setup(bot):
...
async def web_setup(routes):
...