diff --git a/main.py b/main.py index 654178c..84716b3 100644 --- a/main.py +++ b/main.py @@ -110,8 +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) - hoy = time.localtime() - if hoy.tm_wday() == 5: + if time.localtime.tm_wday() == 5: await channel.send("prueba") return