mirror of
https://github.com/nelsbrock/disbahn.git
synced 2026-08-14 22:26:49 +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("Beginn:", format!("<t:{validity_begin}:f>"), true)
|
||||||
.field("Ende:", format!("<t:{validity_end}:f>"), true)
|
.field("Ende:", format!("<t:{validity_end}:f>"), true)
|
||||||
.timestamp(pub_datetime)
|
.timestamp(pub_datetime)
|
||||||
.footer(
|
.footer(CreateEmbedFooter::new("zuginfo.nrw").icon_url(FOOTER_ICON_URL));
|
||||||
CreateEmbedFooter::new(
|
|
||||||
"Quelle: zuginfo.nrw \u{2013} Alle Angaben ohne Gewehr \u{1F52B}",
|
|
||||||
)
|
|
||||||
.icon_url(FOOTER_ICON_URL),
|
|
||||||
);
|
|
||||||
|
|
||||||
Ok(embed)
|
Ok(embed)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user