diff --git a/main.py b/main.py index c95c6a9..4ece7e0 100644 --- a/main.py +++ b/main.py @@ -111,7 +111,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 == 41 and current_date.second == 300: + if current_date.hour == 20 and current_date.minute == 41 and current_date.second == 30: channel = bot.get_channel(1051497546708697120) await channel.send("prueba") await asyncio.sleep(1)