aboutsummaryrefslogtreecommitdiff
path: root/bot.json.example
diff options
context:
space:
mode:
authorGravatar jesopo2018-07-02 11:09:02 +0100
committerGravatar jesopo2018-07-02 11:09:02 +0100
commit464510cd80068a54a1d1e151b8fcbcb0af000ef4 (patch)
treeef484b4f17fdcfd927c8954c59026f3120b356a0 /bot.json.example
parentFixed small type in IRCServer (diff)
signature
OMDBAPI now needs an api key
Diffstat (limited to 'bot.json.example')
-rw-r--r--bot.json.example3
1 files changed, 2 insertions, 1 deletions
diff --git a/bot.json.example b/bot.json.example
index e08c85a6..14fc0dd5 100644
--- a/bot.json.example
+++ b/bot.json.example
@@ -16,5 +16,6 @@
"tfl-api-id" : "",
"tfl-api-key" : "",
"eagle-api-url" : "",
- "eagle-api-key" : ""
+ "eagle-api-key" : "",
+ "omdbapi-api-key" : ""
}