From 92ccc204d9a30e325ad017f02947dfbe7cf57aad Mon Sep 17 00:00:00 2001 From: binlab Date: Sat, 11 Nov 2023 16:13:44 +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 9ca92d3..da36b7c 100644 --- a/main.py +++ b/main.py @@ -108,9 +108,9 @@ 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: +async def mensaje_jueves(): + channel = bot.get_channel(1051497546708697120) + if time.localtime().tm_wday == 5: await channel.send("prueba")