adelantar el reloj una hora de forma artificial
This commit is contained in:
2
main.py
2
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()
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user