Files
gleiswechsel/config.json.example
T

41 lines
684 B
JSON

{
"discord": {
"token": "",
"server": ,
"vc": ,
"lang": "de",
"formatting": "┇",
"emojis": true
},
"connections": {
"stations": [
"Berlin Hauptbahnhof",
"Amsterdam",
"Helsinki"
],
"blacklist": [
"OTHER",
"RIDE_SHARING"
],
"min_duration": 5,
"max_duration": null,
"max_wait_time": 6,
"timezone": "Europe/Berlin"
},
"announcements": {
"enabled": true,
"voice": [
{
"enabled": false,
"end_stations": {
"general": "general.aac",
},
"stops": {
}
}
]
},
"http": {
"user_agent": "Gleiswechsel-Discord-Bot"
}
}