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