Use env vars instead of json

This commit is contained in:
Roscoe 2026-02-15 23:31:34 +00:00
commit 89585cae0e
Signed by: RoscoeDaWah
SSH key fingerprint: SHA256:Hqn452XQ1ETzUt/FthJu6+OFkS4NBxCv5VQSEvuk7CE
8 changed files with 28 additions and 38 deletions

View file

@ -18,13 +18,12 @@ A multipurpose Discord bot written in Java.
---
## Config file schema
```json
{
"token": "your_token",
"warningChannel": 0
}
```
## Enviromnent Variables
| Variable | Description |
|------------------------|----------------------------|
| `DOKI_TOKEN` | Discord token for the bot |
| `DOKI_WARNING_CHANNEL` | Channel to log warnings to |
---