adelantar el reloj una hora de forma artificial

This commit is contained in:
binlab
2023-11-11 16:34:11 +00:00
parent e7e013c618
commit d4d7918713

View File

@@ -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()