Update main.py

This commit is contained in:
Mike2.0
2023-11-12 18:03:28 +00:00
parent abddffce79
commit 319827659e

View File

@@ -127,7 +127,7 @@ async def horario():
user = bot.get_user(670695670486794260)
if time.localtime().tm_wday == 6: #aquí va el 0, no te olvides
await user.send(f"""Buenos días, hoy es lunes, estas son las asignaturas que tienes hoy:
{NL.join(_[1] for _ in OrdenTorturas)}""")
{OrdenTorturas[1]}""")
if time.localtime().tm_wday == 1:
await user.send("Buenos días, hoy es martes, estas son las asignaturas que tienes hoy:")
if time.localtime().tm_wday == 2: