rewrite: Implement shard IPC server.

This commit is contained in:
2022-11-03 15:36:39 +02:00
parent 88861f3880
commit fd04b825f2
10 changed files with 460 additions and 17 deletions

2
run.py
View File

@@ -3,4 +3,4 @@ import os
sys.path.insert(0, os.path.join(os.getcwd(), "bot"))
from bot import dev_main
from bot import main