added a missing config option to bot.json.example.

This commit is contained in:
jesopo 2016-04-04 18:51:43 +01:00
parent 3c0a8562a9
commit 0f05dd7ea9
No known key found for this signature in database
GPG key ID: 0BBDEB2AEFCFFCB3

View file

@ -10,5 +10,6 @@
"twitter-api-secret" : "",
"twitter-access-token" : "",
"twitter-access-secret" : "",
"trakt-api-key" : ""
"trakt-api-key" : "",
"bitly-api-key" : ""
}