mirror of
https://github.com/kaaninchen/Gleiswechsel.git
synced 2026-09-17 16:52:47 +00:00
emojis.py: Bus emoji
This commit is contained in:
+5
-2
@@ -1,10 +1,11 @@
|
|||||||
emoji_list = {
|
emoji_list = {
|
||||||
"Fallback": "🚉",
|
"Fallback": "🚉",
|
||||||
"Nahverkehr": "🚃",
|
"Nahverkehr": "🚃",
|
||||||
"Höchstgeschwindigkeit": "🚄"
|
"Höchstgeschwindigkeit": "🚄",
|
||||||
|
"Bus": "🚎"
|
||||||
}
|
}
|
||||||
|
|
||||||
train_types = { # Unvollständig! Benötigt testing
|
train_types = { # Unvollständig!
|
||||||
"ICE": emoji_list["Höchstgeschwindigkeit"],
|
"ICE": emoji_list["Höchstgeschwindigkeit"],
|
||||||
"TGV": emoji_list["Höchstgeschwindigkeit"],
|
"TGV": emoji_list["Höchstgeschwindigkeit"],
|
||||||
|
|
||||||
@@ -12,4 +13,6 @@ train_types = { # Unvollständig! Benötigt testing
|
|||||||
"RB": emoji_list["Nahverkehr"],
|
"RB": emoji_list["Nahverkehr"],
|
||||||
"ARV": emoji_list["Nahverkehr"],
|
"ARV": emoji_list["Nahverkehr"],
|
||||||
"BRB": emoji_list["Nahverkehr"],
|
"BRB": emoji_list["Nahverkehr"],
|
||||||
|
|
||||||
|
"Bus": emoji_list["Bus"]
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user