Skip to content

Commit

Permalink
docs: Add config/plugins.json note
Browse files Browse the repository at this point in the history
  • Loading branch information
5HT2 committed Jul 31, 2022
1 parent 87adf56 commit 7cd2f70
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,12 @@ This is the simplest example of the `config/config.json` file, you only need `bo
"bot_token": "bot token goes here"
}
```

You can also create a `config/plugins.json`, to select which plugins will be loaded.
This is optional, and a default (curated) will load if you do not set it.

```json
{
"loaded_plugins": ["example", "leave-join-msg"]
}
```

0 comments on commit 7cd2f70

Please sign in to comment.