mirror of
https://github.com/stijndcl/didier.git
synced 2026-04-07 23:55:46 +02:00
Fix announcement footer
This commit is contained in:
parent
950b7330d0
commit
27accf61b7
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue