@@ -64,6 +64,7 @@ def add_commands(up: Updater) -> None:
6464 BotCommand ("cloud" , "risorse didattiche in cloud" ),
6565 BotCommand ("regolamentodidattico" , "lista dei regolamenti didattici" ),
6666 BotCommand ("ricevimenti" , "lista orari ricevimenti dei professori" ),
67+ BotCommand ("syllabus" , "lista e informazioni pe rogni materia di ogni corso di laurea" ),
6768 BotCommand ("trasporto_urbano_unict" , "link orari Metro Shuttle FCE" ),
6869 BotCommand ("dmi_3d" , "mappa in 3D del DMI" ),
6970 BotCommand ("mercatino" , "bot per la vendita e l'acquisto di libri" ),
@@ -102,6 +103,7 @@ def add_handlers(dp: Dispatcher) -> None:
102103 dp .add_handler (CommandHandler ('gruppi' , informative_callback ))
103104 dp .add_handler (CommandHandler ('cus' , informative_callback ))
104105 dp .add_handler (CommandHandler ('ricevimenti' , informative_callback ))
106+ dp .add_handler (CommandHandler ('syllabus' , informative_callback ))
105107 dp .add_handler (CommandHandler ('trasporto_urbano_unict' , informative_callback ))
106108 dp .add_handler (CommandHandler ('dmi_3d' , informative_callback ))
107109 dp .add_handler (CommandHandler ('faq' , informative_callback ))
0 commit comments