From 09f28e699528f427800f3829c24968bd80d86991 Mon Sep 17 00:00:00 2001 From: binlab Date: Sat, 11 Nov 2023 16:09:34 +0000 Subject: [PATCH] funciona? --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index bcaa9dc..b6671f2 100644 --- a/main.py +++ b/main.py @@ -110,7 +110,7 @@ async def delete(ctx, attr: str, user: discord.Option(choices=[os.environ['N1'], @tasks.loop(seconds = 5.0) async def mensaje_jueves(): channel = bot.get_channel(1051497546708697120) - if time.localtime().tm_wday == 5: + if time.localtime().tm_wday == 6: await channel.send("prueba") return