This commit is contained in:
2025-12-31 22:15:34 +08:00
parent 2cba589b2e
commit 082d3c9758
5 changed files with 29 additions and 6 deletions

View File

@@ -1,7 +1,7 @@
# main.py
import asyncio
from core import WS
import base_plugins
async def main():
bot = WS()
await bot.connect()