Client component of BotManServer
- Clone the repository
- Install requirements
-
pip3 install -r requirements.txt
-
- Fill in
config.json
with appropriate data
-
python3 main.py
{
"token": "Your Discord Token",
"server-ip": "localhost",
"server-port": 8000,
"guild-ids": []
}