From 3ec5aade278e26ca487b3b2c0c9a30d64ba9e1b3 Mon Sep 17 00:00:00 2001 From: "Mike2.0" Date: Sat, 11 Nov 2023 17:33:18 +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 94efc12..4f688a7 100644 --- a/main.py +++ b/main.py @@ -125,7 +125,7 @@ async def horario(): try: user = bot.get_user(670695670486794260) if time.localtime().tm_wday == 5: - await user.send("prueba") + await user.send("Buenos días, hoy es , estas son las asignaturas que tienes hoy:") except Exception as e: await send_log(f"rip. Error: ```{e}```")