Add an example for '-c' usage in CHANGELOG

cshd
Dragory 2021-01-07 21:25:42 +02:00
parent e9db800a84
commit b88e2f03e3
No known key found for this signature in database
GPG Key ID: 5F387BA66DF8AAC1
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@ For instructions on how to update the bot, see **[✨ Updating the bot](docs/upd
* `!close cancel` can now also be used with `!close -cancel` and `!close -c`
* `config.example.ini` now contains several common options by default
* When starting the bot via command line, you can now specify which config file to load with the `--config`/`-c` CLI option
* E.g. `npm start -- -c my-other-config.ini` (note the `--` between `npm start` and the option)
* Updated bot dependencies
**Plugins:**