This commit is contained in:
binlab
2023-11-12 18:20:36 +00:00
parent 54fc80bb9a
commit c03be9f9a6

View File

@@ -133,7 +133,7 @@ async def horario():
{OrdenTorturas[1]}""") {OrdenTorturas[1]}""")
if time.localtime().tm_wday == 6: #aquí va el 2, no te olvides if time.localtime().tm_wday == 6: #aquí va el 2, no te olvides
await user.send(f"""Buenos días, hoy es miércoles, estas son las asignaturas que tienes hoy: await user.send(f"""Buenos días, hoy es miércoles, estas son las asignaturas que tienes hoy:
{NL.join[hora for horas in OrdenTorturas[2][1]]} (esto es una prueba)""") {f'{NL}'.join[hora for horas in OrdenTorturas[2][1]]} (esto es una prueba)""")
if time.localtime().tm_wday == 3: if time.localtime().tm_wday == 3:
await user.send(f"""¡Felíz jueves! Estas son las asignaturas que tienes hoy: await user.send(f"""¡Felíz jueves! Estas son las asignaturas que tienes hoy:
{OrdenTorturas[3]}""") {OrdenTorturas[3]}""")