mirror of
https://github.com/nelsbrock/disbahn.git
synced 2026-08-14 14:22:07 +02:00
remove clutter from embed footer
This commit is contained in:
+1
-6
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user