Updated docs
This commit is contained in:
parent
bf09d9bed0
commit
64a58baef4
1 changed files with 7 additions and 3 deletions
|
@ -40,8 +40,12 @@ An example configuration:
|
|||
{
|
||||
"token": "<YOUR-BOT-TOKEN>",
|
||||
"prefix": "!",
|
||||
"commands": "commands",
|
||||
"events": "events"
|
||||
"commands": [
|
||||
"commands"
|
||||
],
|
||||
"events": [
|
||||
"events"
|
||||
]
|
||||
}
|
||||
```
|
||||
|
||||
|
|
Reference in a new issue