Update main.py
This commit is contained in:
3
main.py
3
main.py
@@ -126,7 +126,8 @@ async def horario():
|
||||
try:
|
||||
user = bot.get_user(670695670486794260)
|
||||
if time.localtime().tm_wday == 6: #aquí va el 0, no te olvides
|
||||
await user.send(f"""Buenos días, hoy es lunes, estas son las asignaturas que tienes hoy:{NL.join(_[0] for _ in OrdenTorturas)}""")
|
||||
await user.send(f"""Buenos días, hoy es lunes, estas son las asignaturas que tienes hoy:
|
||||
{NL.join(_[1] for _ in OrdenTorturas)}""")
|
||||
if time.localtime().tm_wday == 1:
|
||||
await user.send("Buenos días, hoy es martes, estas son las asignaturas que tienes hoy:")
|
||||
if time.localtime().tm_wday == 2:
|
||||
|
||||
Reference in New Issue
Block a user