mirror of https://github.com/stijndcl/didier
Fix announcement footer
parent
950b7330d0
commit
27accf61b7
|
@ -107,7 +107,7 @@ class UforaNotification(EmbedBaseModel):
|
||||||
f"{leading('0', str(self.published_dt.month))}"
|
f"{leading('0', str(self.published_dt.month))}"
|
||||||
"/"
|
"/"
|
||||||
f"{self.published_dt.year} "
|
f"{self.published_dt.year} "
|
||||||
f"om {leading('0', str(self.published_dt.hour))}"
|
f"{leading('0', str(self.published_dt.hour))}"
|
||||||
":"
|
":"
|
||||||
f"{leading('0', str(self.published_dt.minute))}"
|
f"{leading('0', str(self.published_dt.minute))}"
|
||||||
":"
|
":"
|
||||||
|
|
Loading…
Reference in New Issue