Update main.py
This commit is contained in:
2
main.py
2
main.py
@@ -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("Buenos días, hoy es , estas son las asignaturas que tienes hoy:")
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
await send_log(f"rip. Error: ```{e}```")
|
await send_log(f"rip. Error: ```{e}```")
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user