Add horizontal spacing to bot.conf.example, otherwise it's very confusing
This commit is contained in:
parent
dd0c5093a0
commit
4544b0852c
1 changed files with 16 additions and 0 deletions
|
@ -3,42 +3,58 @@ tls-key =
|
||||||
tls-certificate =
|
tls-certificate =
|
||||||
tls-api-key =
|
tls-api-key =
|
||||||
tls-api-certificate =
|
tls-api-certificate =
|
||||||
|
|
||||||
# https://openweathermap.org/api
|
# https://openweathermap.org/api
|
||||||
openweathermap-api-key =
|
openweathermap-api-key =
|
||||||
|
|
||||||
# https://products.wolframalpha.com/api/
|
# https://products.wolframalpha.com/api/
|
||||||
wolframalpha-api-key =
|
wolframalpha-api-key =
|
||||||
|
|
||||||
# https://developers.google.com/
|
# https://developers.google.com/
|
||||||
google-api-key =
|
google-api-key =
|
||||||
google-search-id =
|
google-search-id =
|
||||||
|
|
||||||
# https://words.bighugelabs.com/api.php
|
# https://words.bighugelabs.com/api.php
|
||||||
bighugethesaurus-api-key =
|
bighugethesaurus-api-key =
|
||||||
|
|
||||||
# https://developer.wordnik.com/
|
# https://developer.wordnik.com/
|
||||||
wordnik-api-key =
|
wordnik-api-key =
|
||||||
|
|
||||||
# https://www.last.fm/api
|
# https://www.last.fm/api
|
||||||
lastfm-api-key =
|
lastfm-api-key =
|
||||||
|
|
||||||
# https://trakt.docs.apiary.io/#
|
# https://trakt.docs.apiary.io/#
|
||||||
trakt-api-key =
|
trakt-api-key =
|
||||||
|
|
||||||
# https://developers.soundcloud.com/docs/api/guide
|
# https://developers.soundcloud.com/docs/api/guide
|
||||||
soundcloud-api-key =
|
soundcloud-api-key =
|
||||||
|
|
||||||
# https://developer.twitter.com/en/docs.html
|
# https://developer.twitter.com/en/docs.html
|
||||||
twitter-api-key =
|
twitter-api-key =
|
||||||
twitter-api-secret =
|
twitter-api-secret =
|
||||||
twitter-access-token =
|
twitter-access-token =
|
||||||
twitter-access-secret =
|
twitter-access-secret =
|
||||||
|
|
||||||
# https://api.tfl.gov.uk/
|
# https://api.tfl.gov.uk/
|
||||||
tfl-api-id =
|
tfl-api-id =
|
||||||
tfl-api-key =
|
tfl-api-key =
|
||||||
|
|
||||||
# http://openldbsv.nationalrail.co.uk/
|
# http://openldbsv.nationalrail.co.uk/
|
||||||
nre-api-key =
|
nre-api-key =
|
||||||
|
|
||||||
# https://github.com/EvelynSubarrow/Eagle
|
# https://github.com/EvelynSubarrow/Eagle
|
||||||
eagle-api-key =
|
eagle-api-key =
|
||||||
eagle-api-url =
|
eagle-api-url =
|
||||||
|
|
||||||
# https://docs.pushbullet.com/
|
# https://docs.pushbullet.com/
|
||||||
pushbullet-api-key =
|
pushbullet-api-key =
|
||||||
pushbullet-channel-tag =
|
pushbullet-channel-tag =
|
||||||
|
|
||||||
# http://www.omdbapi.com/
|
# http://www.omdbapi.com/
|
||||||
omdbapi-api-key =
|
omdbapi-api-key =
|
||||||
|
|
||||||
# https://www.virustotal.com/en/documentation/public-api/
|
# https://www.virustotal.com/en/documentation/public-api/
|
||||||
virustotal-api-key =
|
virustotal-api-key =
|
||||||
|
|
||||||
# https://apidocs.imgur.com/
|
# https://apidocs.imgur.com/
|
||||||
imgur-api-key =
|
imgur-api-key =
|
||||||
|
|
Loading…
Reference in a new issue