diff --git a/main.py b/main.py index 9089076..af02113 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("prueba") except Exception as e: await send_log(f"rip. Error: ```{e}```")