diff options
Diffstat (limited to 'bot.conf.example')
| -rw-r--r-- | bot.conf.example | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bot.conf.example b/bot.conf.example index 69e2af81..9ce0cbbb 100644 --- a/bot.conf.example +++ b/bot.conf.example @@ -14,6 +14,12 @@ api-port = # the default channel BitBot automatically joins bot-channel = +# module blacklist and whitelist. comma-separated. leave both empty to load all +# modules, leave whitelist empty to load all but blacklisted modules, populate +# whitelist to not load all modules by default. +module-blacklist = +module-whitelist = + # https://openweathermap.org/api openweathermap-api-key = |
