Update main.py

This commit is contained in:
Mike2.0
2023-11-10 19:48:50 +00:00
parent 895df46583
commit 06e42f410a

View File

@@ -110,7 +110,7 @@ async def mensaje_jueves():
while True: while True:
current_date = datetime.datetime.now() current_date = datetime.datetime.now()
if current_date.weekday() == 4: 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) channel = bot.get_channel(1051497546708697120)
await channel.send("prueba") await channel.send("prueba")