remove clutter from embed footer

This commit is contained in:
2026-07-27 22:19:55 +02:00
parent dbae6cedf9
commit b5a058420e
+1 -6
View File
@@ -128,12 +128,7 @@ impl DisbahnClient {
.field("Beginn:", format!("<t:{validity_begin}:f>"), true)
.field("Ende:", format!("<t:{validity_end}:f>"), true)
.timestamp(pub_datetime)
.footer(
CreateEmbedFooter::new(
"Quelle: zuginfo.nrw \u{2013} Alle Angaben ohne Gewehr \u{1F52B}",
)
.icon_url(FOOTER_ICON_URL),
);
.footer(CreateEmbedFooter::new("zuginfo.nrw").icon_url(FOOTER_ICON_URL));
Ok(embed)
}