mirror of
https://github.com/kaaninchen/Gleiswechsel.git
synced 2026-09-17 16:52:47 +00:00
transitous rewrite: refactor config
This commit is contained in:
+26
-13
@@ -1,20 +1,33 @@
|
||||
{
|
||||
"discord": {
|
||||
"token": "",
|
||||
"stations": ["Hamburg Hbf", "München Hbf", "Köln Hbf", "Amsterdam Centraal"],
|
||||
"dbf": "https://dbf.finalrewind.org",
|
||||
"server": ,
|
||||
"server": ,
|
||||
"vc": ,
|
||||
"random": true,
|
||||
"emojis": true,
|
||||
"formatting": "┇",
|
||||
"announcements": true,
|
||||
"voice_announcements: [
|
||||
{
|
||||
"enabled": false,
|
||||
"stations": {
|
||||
"general": ""
|
||||
}
|
||||
"emojis": true
|
||||
},
|
||||
"connections": {
|
||||
"stations": [
|
||||
""
|
||||
],
|
||||
"blacklist": [],
|
||||
"min_duration": 5,
|
||||
"max_duration": null,
|
||||
"max_wait_time": 6,
|
||||
"timezone": "Europe/Berlin"
|
||||
},
|
||||
"announcements": {
|
||||
"enabled": true,
|
||||
"voice": [
|
||||
{
|
||||
"enabled": false,
|
||||
"stations": {
|
||||
"general": "general.aac",
|
||||
}
|
||||
}
|
||||
]
|
||||
"blacklist": []
|
||||
},
|
||||
"http": {
|
||||
"user_agent": "Gleiswechsel-Discord-Bot"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user