forked from dymik739/modular-bot-framework-for-telegram
		
	auto-schedule-pro: enable link by default when listing schedule [community suggestion]
This commit is contained in:
		
							parent
							
								
									969b89f297
								
							
						
					
					
						commit
						5af49c9147
					
				@ -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:
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user