From 1a21fe9a940773b9de0bd6af0d1f3f53b45c89d7 Mon Sep 17 00:00:00 2001 From: "Mike2.0" Date: Sun, 12 Nov 2023 18:05:36 +0000 Subject: [PATCH] Update main.py --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 0139aaa..7da2a72 100644 --- a/main.py +++ b/main.py @@ -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: - {OrdenTorturas[1]}""") + {OrdenTorturas[0]}""") 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: