diff --git a/main.py b/main.py index ab566f0..c53dbb8 100644 --- a/main.py +++ b/main.py @@ -27,7 +27,7 @@ async def on_ready(): channel = bot.get_channel(1153429735527948399) msg = await channel.fetch_message(1153429808429158460) print(f"características actuales: {msg.content}") - await send_log(f"hora de inicio: {time.ctime(time.time())}") + await send_log(f"hora de inicio: {time.ctime(time.time() + 3600))}") mensaje_jueves.start()