Add commands for deadlines

This commit is contained in:
Stijn De Clercq 2021-11-29 21:37:04 +01:00
parent 693fab7833
commit fccf4efa1f
10 changed files with 183 additions and 3 deletions

View file

@ -3,7 +3,7 @@ from os import path
def check_all():
files = ["hangman", "lastTasks", "locked", "lost", "stats", "ufora_notifications"]
files = ["deadlines", "hangman", "lastTasks", "locked", "lost", "stats", "ufora_notifications"]
for f in files:
if not path.isfile(path.join(f"files/{f}.json")):