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