mirror of
https://github.com/kaaninchen/Gleiswechsel.git
synced 2026-09-17 16:52:47 +00:00
33 lines
582 B
JSON
33 lines
582 B
JSON
{
|
|
"discord": {
|
|
"token": "",
|
|
"server": ,
|
|
"vc": ,
|
|
"lang": "de",
|
|
"formatting": "┇",
|
|
"emojis": true
|
|
},
|
|
"connections": {
|
|
"stations": [
|
|
"Berlin Hauptbahnhof",
|
|
"Amsterdam",
|
|
"Helsinki"
|
|
],
|
|
"IDs": [],
|
|
"blacklist": [
|
|
"OTHER",
|
|
"RIDE_SHARING"
|
|
],
|
|
"min_duration": 10,
|
|
"max_duration": null,
|
|
"max_wait_time": null,
|
|
"timezone": "Europe/Berlin"
|
|
},
|
|
"announcements": {
|
|
"text_announcements": true,
|
|
"voice_announcements": false
|
|
},
|
|
"http": {
|
|
"user_agent": "Gleiswechsel-Discord-Bot"
|
|
}
|
|
} |