Remove reference to token config from README.md

This commit is contained in:
floppydiskette 2024-11-30 16:07:32 +00:00
parent 2bd462da1e
commit 9f784d83eb
Signed by: fwoppydwisk
SSH key fingerprint: SHA256:Hqn452XQ1ETzUt/FthJu6+OFkS4NBxCv5VQSEvuk7CE

View file

@ -20,8 +20,7 @@ A multipurpose Discord bot written in Java.
## Config file schema ## Config file schema
```json ```json
{ {
"token": "your_token", "token": "your_token"
"prefix": "oki!"
} }
``` ```