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)