Update Horario.py

This commit is contained in:
Mike2.0
2023-11-11 16:47:08 +00:00
parent 8e0d962a83
commit 06624c3873

View File

@@ -2,3 +2,11 @@
import time
@tasks.loop(hours = 24.0)
async def mensaje_jueves():
try:
channel = bot.get_channel()
if time.localtime().tm_wday == 3:
await channel.send("Buenos días, hoy es ")