@@ -1,10 +1,16 @@
# main.py
"""
NEO Bot 主程序入口
import asyncio
import base_plugins # noqa: F401 别动这里是加载插件的
from core import WS
async def main():
主函数,启动 WebSocket 连接
bot = WS()
await bot.connect()
The note is not visible to the blocked user.