feat: add exams

This commit is contained in:
Arthur K. 2025-05-27 15:29:13 +03:00
parent c5833eaf24
commit 3190f84591
Signed by: wzray
GPG key ID: B97F30FDC4636357

View file

@ -155,7 +155,9 @@ def get_message_text() -> str:
('', ''), # deadlines
('🧑‍💻 Тесты', 'тест'),
('🎓 Лекции', 'лекция'),
('🛡 Защиты', 'защита')
('🛡 Защиты', 'защита'),
('🤓 Экзамены', 'экзамен'),
('👞 Консультации', 'консультация'),
]
assignments = [(sorted(filter(lambda t: deadline_type_filter_func(t, x[1]) and relevant_filter_func(t), all_deadlines),