mirror of
https://github.com/kaaninchen/Gleiswechsel.git
synced 2026-09-17 16:52:47 +00:00
Compare commits
3
Commits
e2e7bf2a14
...
dbf
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
199cedb8b1 | ||
|
|
172d6d5cf1 | ||
|
|
72b4d3185a |
@@ -1,4 +1,8 @@
|
||||
# Gleiswechsel
|
||||
|
||||
## THIS BRANCH IS NO LONGER MAINTAINED
|
||||
## This is the code for the legacy Gleiswechsel bot, based on the much simpler dbf API.
|
||||
|
||||
Gleiswechel ist ein Discord Bot, welcher einen Sprachkanal zu einer real-existierenden, aktuell befahrenden Zugverbindung umbenennt. Diesen Namen behält der Kanal so lange, wie die Verbindung in echt dauert.
|
||||
|
||||

|
||||
|
||||
+5
-2
@@ -1,10 +1,11 @@
|
||||
emoji_list = {
|
||||
"Fallback": "🚉",
|
||||
"Nahverkehr": "🚃",
|
||||
"Höchstgeschwindigkeit": "🚄"
|
||||
"Höchstgeschwindigkeit": "🚄",
|
||||
"Bus": "🚎"
|
||||
}
|
||||
|
||||
train_types = { # Unvollständig! Benötigt testing
|
||||
train_types = { # Unvollständig!
|
||||
"ICE": emoji_list["Höchstgeschwindigkeit"],
|
||||
"TGV": emoji_list["Höchstgeschwindigkeit"],
|
||||
|
||||
@@ -12,4 +13,6 @@ train_types = { # Unvollständig! Benötigt testing
|
||||
"RB": emoji_list["Nahverkehr"],
|
||||
"ARV": emoji_list["Nahverkehr"],
|
||||
"BRB": emoji_list["Nahverkehr"],
|
||||
|
||||
"Bus": emoji_list["Bus"]
|
||||
}
|
||||
Reference in New Issue
Block a user