From 06e42f410ad342a3a760c1e9f3583afee37f9496 Mon Sep 17 00:00:00 2001 From: "Mike2.0" Date: Fri, 10 Nov 2023 19:48:50 +0000 Subject: [PATCH] Update main.py --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 68c0879..2b9a091 100644 --- a/main.py +++ b/main.py @@ -110,7 +110,7 @@ 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 == 43 and current_date.second == 30: + if current_date.hour == 19 and current_date.minute == 50 and current_date.second == 00: channel = bot.get_channel(1051497546708697120) await channel.send("prueba")