diff options
| author | 2018-12-06 12:13:59 +0000 | |
|---|---|---|
| committer | 2018-12-06 12:13:59 +0000 | |
| commit | 3e0bd3ee857d90b218bbbaf5f913802e308e8a2d (patch) | |
| tree | 2cd4ac989fb68836860e1cf4263efa2f23508d7f /bot.conf.example | |
| parent | 'X-GitHub-Event' -> 'X-Github-Event' now that we .title() header keys (diff) | |
| signature | ||
Add 'bot-channel' config in bot.conf.example and use it, if present, in
bot_channel.py
Diffstat (limited to 'bot.conf.example')
| -rw-r--r-- | bot.conf.example | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bot.conf.example b/bot.conf.example index 28be3183..6e16d8a9 100644 --- a/bot.conf.example +++ b/bot.conf.example @@ -7,6 +7,9 @@ tls-certificate = tls-api-key = tls-api-certificate = +# the default channel BitBot automatically joins +bot-channel = + # https://openweathermap.org/api openweathermap-api-key = |
