dotbot/_config.example.json

16 lines
303 B
JSON

{
"prefix": "!",
"gmail_login": "user@gmail.com",
"tokens": {
"discord": "",
"cleverbot": "",
"gmail": "", // password here
"owm": "",
"geonames": ""
},
"endpoints": {
"owm": "http://api.openweathermap.org/data/2.5/weather",
"geonames": "http://api.geonames.org/timezoneJSON"
}
}