diff --git a/.gitignore b/.gitignore index 9b3c80f..fb266ea 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ files/lastTasks.json files/c4.json +files/deadlines.json files/hangman.json files/stats.json files/lost.json diff --git a/data/embeds/deadlines.py b/data/embeds/deadlines.py index 8e7a3b6..6fc8e1d 100644 --- a/data/embeds/deadlines.py +++ b/data/embeds/deadlines.py @@ -29,7 +29,7 @@ class Deadline: v = f"{self.course} - {self.name}: " if self.passed: - v = f"~~{v}~~" + v = f"~~v~~" return v diff --git a/files/deadlines.json b/files/deadlines.json deleted file mode 100644 index 872fb18..0000000 --- a/files/deadlines.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "2": { - "StatProb": { - "Project": 1639090740 - }, - "AD2": { - "Project": 1638738000 - }, - "FuncProg": { - "Project 3": 1640017800 - } - }, - "3": { - "AD3": { - "Project (code)": 1638967062, - "Project (verslag)": 1639571862 - }, - "AI": { - "Presentatie project": 1639870920, - "Verslag": 1640302920 - }, - "BestSys": { - "Linux pract 2": 1638402120, - "Linux pract 3": 1639006920 - }, - "Modsim": { - "Project": 1640302920 - }, - "Telecom": { - "Keuze artikel": 1638745140, - "Presentaties 1": 1639990800, - "Presentaties 2": 1640088000 - } - } -}