This commit is contained in:
azw
2024-08-19 11:42:04 +08:00
commit d36294cb86
132 changed files with 4417 additions and 0 deletions

4
bot/init.sh Normal file
View File

@@ -0,0 +1,4 @@
#!/bin/bash
python -m venv wheels
source wheels/bin/activate
pip install -r bot/requirements.txt -i https://pypi.tuna.tsinghua.edu.cn/simple

1
bot/requirements.txt Normal file
View File

@@ -0,0 +1 @@
mcrcon