From abddffce7927e8c172c32c816fea5ad746737d80 Mon Sep 17 00:00:00 2001 From: "Mike2.0" Date: Sun, 12 Nov 2023 17:59:57 +0000 Subject: [PATCH] Update main.py --- main.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/main.py b/main.py index 2bc0022..0efc4cc 100644 --- a/main.py +++ b/main.py @@ -126,7 +126,8 @@ async def horario(): try: 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(_[0] for _ in OrdenTorturas)}""") + await user.send(f"""Buenos días, hoy es lunes, estas son las asignaturas que tienes hoy: + {NL.join(_[1] for _ in OrdenTorturas)}""") 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: