From 03f841db480efc22afb6b5d3500c2a13b432067a Mon Sep 17 00:00:00 2001 From: "Mike2.0" Date: Sat, 11 Nov 2023 14:57:25 +0000 Subject: [PATCH] Update main.py --- main.py | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/main.py b/main.py index 7dfdab6..bc71ef5 100644 --- a/main.py +++ b/main.py @@ -107,14 +107,14 @@ async def delete(ctx, attr: str, user: discord.Option(choices=[os.environ['N1'], -@tasks.loop(seconds = 5.0) - async def mensaje_jueves(): - current_time = time.localtime() - dia_semana = current_time.tm_wday - channel = bot.get_channel(1051497546708697120) - if dia_semana == 5: - await channel.send("prueba") - return +#@tasks.loop(seconds = 5.0) + # async def mensaje_jueves(): + # current_time = time.localtime() + # dia_semana = current_time.tm_wday + # channel = bot.get_channel(1051497546708697120) + # if dia_semana == 5: + # await channel.send("prueba") + #return