mirror of
https://github.com/kaaninchen/Gleiswechsel.git
synced 2026-09-17 16:52:47 +00:00
transitous rewrite: bug fixes in the info embed
This commit is contained in:
@@ -45,4 +45,6 @@ def build_info_embed() -> discord.Embed:
|
||||
embed.set_author(name=agency)
|
||||
embed.set_thumbnail(url=metadata["logo"])
|
||||
|
||||
color = trip.get("color", "keine farbe :(")
|
||||
print(color)
|
||||
return embed
|
||||
Reference in New Issue
Block a user