Fix announcement footer

pull/136/head
stijndcl 2022-10-02 18:53:39 +02:00
parent 950b7330d0
commit 27accf61b7
1 changed files with 1 additions and 1 deletions

View File

@ -107,7 +107,7 @@ class UforaNotification(EmbedBaseModel):
f"{leading('0', str(self.published_dt.month))}"
"/"
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))}"
":"