Initial commit.

This commit is contained in:
2025-08-01 03:02:48 +10:00
commit b57787589e
8 changed files with 154 additions and 0 deletions

13
__init__.py Normal file
View File

@@ -0,0 +1,13 @@
import logging
logger = logging.getLogger(__name__)
async def discord_setup(bot):
...
async def twitch_setup(bot):
...
async def web_setup(routes):
...