From 56d134c548dba833c4d602ac60437b72ff5c5bd7 Mon Sep 17 00:00:00 2001 From: "Mike2.0" Date: Fri, 10 Nov 2023 19:04:09 +0000 Subject: [PATCH] Update main.py --- main.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/main.py b/main.py index 3e2335b..1a0ff48 100644 --- a/main.py +++ b/main.py @@ -106,9 +106,9 @@ async def delete(ctx, attr: str, user: discord.Option(choices=[os.environ['N1'], @bot.event async def jueves(): - fecha_actual = datetime.strftime(fecha_actual, '%A %H:%M:%S') - channel = client.get_channel(1051497546708697120) - await send_log(fecha_actual) + fecha = datetime.strftime(fecha, '%A %H:%M:%S') + channel = bot.get_channel(1051497546708697120) + await send_log(fecha)