Fix leftover state mentions

This commit is contained in:
Kaaninchen
2026-07-17 16:45:32 +02:00
parent 348c2e14df
commit bcd8d3a507
3 changed files with 11 additions and 7 deletions
+1 -2
View File
@@ -20,9 +20,8 @@ def build_info_embed() -> discord.Embed | None:
conn = handlers.current
operator = operator_infos(conn["train"])
name = f"{conn['train']} nach {conn['destination']}"
embed = discord.Embed(
title=name,
title=handlers.train_name,
description=f"Abfahrt von {conn['station']} um {format_timestamp(conn['departure'])}",
color=operator["color"]
)