auto-schedule-pro: enable link by default when listing schedule [community suggestion]

This commit is contained in:
dymik739 2023-03-21 16:36:35 +02:00
parent 969b89f297
commit 5af49c9147
1 changed files with 1 additions and 1 deletions

View File

@ -156,7 +156,7 @@ if self.MESSAGE["text"].lower().split()[0] == "!пари":
full_schedule = dict(list(schedule.items()) + list(additions.items())) full_schedule = dict(list(schedule.items()) + list(additions.items()))
preferences = {"name": True, "date": True, "teacher": True, "link": False} preferences = {"name": True, "date": True, "teacher": True, "link": True}
selected_day = current_week*7 + current_day selected_day = current_week*7 + current_day
if len(command) >= 2 and len(command[1]) > 0: if len(command) >= 2 and len(command[1]) > 0: