The backend system that controls and manages Senarc's Discord Guilds.
# Windows
pip install -U -r requirements.txt
# Other OS
python3 -m pip install -U -r requirements.txt
- Rename the file in
assets/json/constants-template.json
intoconstants.json
- Replace all the constants with valid values from application and Discord Guild.
# Windows
python ./bot.py
# Other OS
python3 ./bot.py
# Windows
python -m uvicorn main:app --reload --host 127.0.0.1 --workers 2 --port 2000
# Other OS
./start.sh