Remove reference to token config from README.md

This commit is contained in:
Roscoe 2024-11-30 16:07:32 +00:00
commit 470798b486

View file

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