From a4295aad4f5c74e4eb480e604ee8292a7e6d95e1 Mon Sep 17 00:00:00 2001 From: binlab Date: Mon, 13 Nov 2023 21:30:25 +0000 Subject: [PATCH] jaja que tonto --- main.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.py b/main.py index 775d405..c4f60a0 100644 --- a/main.py +++ b/main.py @@ -111,7 +111,7 @@ async def delete(ctx, attr: str, user: discord.Option(choices=[os.environ['N1'], @tasks.loop(hours = 1) async def mensaje_jueves(): try: - if 8 <= time.localtime().tm_hour < 9: + if 8 <= time.localtime().tm_hour < 9: return channel = bot.get_channel(782191552247234632) if time.localtime().tm_wday == 3: await channel.send("<@688355617681047574> FELIZ JUEVES!!!!") @@ -120,7 +120,7 @@ async def mensaje_jueves(): await send_log(f"rip. Error: ```{e}```") -@tasks.loop(hours = 12.0) +@tasks.loop(hours = 1) async def horario(): try: if not 7 <= time.localtime().tm_hour <= 9: return