Updated docs

This commit is contained in:
Vylpes 2020-10-23 18:27:39 +01:00
parent bf09d9bed0
commit 64a58baef4

View file

@ -40,8 +40,12 @@ An example configuration:
{
"token": "<YOUR-BOT-TOKEN>",
"prefix": "!",
"commands": "commands",
"events": "events"
"commands": [
"commands"
],
"events": [
"events"
]
}
```