Update main.py

This commit is contained in:
Mike2.0
2023-11-11 17:27:34 +00:00
parent 23215b7d98
commit 3d932cfed1

View File

@@ -125,7 +125,7 @@ async def horario():
try: try:
user = bot.get_user(670695670486794260) user = bot.get_user(670695670486794260)
if time.localtime().tm_wday == 5: if time.localtime().tm_wday == 5:
await user.send("prueba") await user.send("prueba")
except Exception as e: except Exception as e:
await send_log(f"rip. Error: ```{e}```") await send_log(f"rip. Error: ```{e}```")