pull/102/head
Stijn De Clercq 2021-12-02 13:35:55 +01:00
parent 046b67a36e
commit 018268ee1f
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ class Deadline:
v = f"{self.course} - {self.name}: <t:{self.t}:R>"
if self.passed:
v = f"~~v~~"
v = f"~~{v}~~"
return v