transitous rewrite: channel formatting

This commit is contained in:
Kaaninchen
2026-08-15 19:48:15 +02:00
parent 826b543347
commit 8770d03bb6
4 changed files with 43 additions and 27 deletions
+5 -16
View File
@@ -1,18 +1,7 @@
emoji_list = {
"Fallback": "🚉",
"Nahverkehr": "🚃",
"Höchstgeschwindigkeit": "🚄",
"Bus": "🚎"
}
train_types = { # Unvollständig!
"ICE": emoji_list["Höchstgeschwindigkeit"],
"TGV": emoji_list["Höchstgeschwindigkeit"],
"RE": emoji_list["Nahverkehr"],
"RB": emoji_list["Nahverkehr"],
"ARV": emoji_list["Nahverkehr"],
"BRB": emoji_list["Nahverkehr"],
"Bus": emoji_list["Bus"]
"Fallback": "💺",
"BUS": "🚎",
"Tram": "🚈",
"REGIONAL_RAIL": "🚊",
"HIGHSPEED_RAIL": "🚅"
}