diff --git a/config.json.example b/config.json.example index 3cadfd4..1ea0058 100644 --- a/config.json.example +++ b/config.json.example @@ -3,9 +3,7 @@ "stations": [ "Berlin Hbf", "Hamburg Hbf", "München Hbf", "Amsterdam Centraal"], "server": , "vc": , - "formatting": "🚅┇", - "random": false - "blacklist": [ - - ] + "random": true, + "formatting": "┇", + "blacklist": [] } \ No newline at end of file diff --git a/src/data/emojis.py b/src/data/emojis.py index 102da2e..e6a7911 100644 --- a/src/data/emojis.py +++ b/src/data/emojis.py @@ -4,8 +4,9 @@ emoji_list = { "Höchstgeschwindigkeit": "🚄" } -train_types = { +train_types = { # Unvollständig! Benötigt testing "ICE": emoji_list["Höchstgeschwindigkeit"], + "TGV": emoji_list["Höchstgeschwindigkeit"], "RE": emoji_list["Nahverkehr"], "RB": emoji_list["Nahverkehr"],