784 B
784 B
Dashboard Tutorial
Click on the image below to watch the tutorial on Youtube.
Configuration
- Fill in
CLIENT_SECRET_IDandSECRET_KEYvalues in.env
| Values | Description |
|---|---|
| CLIENT_SECRET_ID | Your Discord bot client secret id (Discord Portal) (optional) |
| SECRET_KEY | Secret key for dashboard (optional) |
- Add
ipc_serverconfiguration insettings.json
"ipc_server": {
"host": "127.0.0.1",
"port": 8000,
"enable": false
},
Quick Start
cd web #Go to the web directory
python webapp.py #Start the web server
