From 90a5fdd2ab08f42c8ad935d5836909a66f05210d Mon Sep 17 00:00:00 2001 From: "Mike2.0" Date: Fri, 10 Nov 2023 19:10:48 +0000 Subject: [PATCH] Update main.py --- main.py | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/main.py b/main.py index d32a6d3..9a66fe6 100644 --- a/main.py +++ b/main.py @@ -105,11 +105,10 @@ async def delete(ctx, attr: str, user: discord.Option(choices=[os.environ['N1'], -#@bot.event - # async def jueves(): - # fecha = datetime.strftime(fecha, '%A %H:%M:%S') - # channel = bot.get_channel(1051497546708697120) - # await send_log(f"{fecha}") +@bot.event + async def jueves(): + fecha = datetime.strftime(fecha, '%A %H:%M:%S') + await send_log(f"{fecha}")