From 9e9c06791781e9261566e447146222496999d01c Mon Sep 17 00:00:00 2001 From: "Mike2.0" Date: Fri, 10 Nov 2023 19:33:54 +0000 Subject: [PATCH] Update main.py --- main.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.py b/main.py index 697926e..d9a1fa6 100644 --- a/main.py +++ b/main.py @@ -111,10 +111,10 @@ async def mensaje_jueves(): while True: current_date = datetime.datetime.now() if current_date.weekday() == 4: - if current_date.hour == 20 and current_date.minute == 33 and current_date.second == 00: + if current_date.hour == 20 and current_date.minute == 34 and current_date.second == 30: channel = bot.get_channel(1051497546708697120) await channel.send("prueba") - await asyncio.sleep(10) + await asyncio.sleep(1)