diff options
| author | 2016-04-04 18:51:43 +0100 | |
|---|---|---|
| committer | 2016-04-04 18:51:43 +0100 | |
| commit | 0f05dd7ea97f3b1da7a7133c88274b960fcb8f2b (patch) | |
| tree | 5d32d7be8ea15e1e36a444a73aa3e9426f8af975 | |
| parent | ironed out some little issues with permissions.py. (diff) | |
added a missing config option to bot.json.example.
| -rw-r--r-- | bot.json.example | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bot.json.example b/bot.json.example index c7bebfd4..0f3f525f 100644 --- a/bot.json.example +++ b/bot.json.example @@ -10,5 +10,6 @@ "twitter-api-secret" : "", "twitter-access-token" : "", "twitter-access-secret" : "", - "trakt-api-key" : "" + "trakt-api-key" : "", + "bitly-api-key" : "" } |
