Update main.py

This commit is contained in:
binlab
2023-11-13 13:48:11 +00:00
parent bc3cfb62ac
commit a67ff0cc95

View File

@@ -124,7 +124,7 @@ async def horario():
try: try:
user = bot.get_user(670695670486794260) user = bot.get_user(670695670486794260)
dia = time.localtime().tm_wday dia = time.localtime().tm_wday
if 0 < dia < 4: if 0 <= dia <= 4:
horario = f'{NL}'.join([hora for hora in OrdenTorturas[dia][1]]) horario = f'{NL}'.join([hora for hora in OrdenTorturas[dia][1]])
else: else:
return return