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}```")