0
How does one check for a certain local time and do something when that time arrives in Python?
I'm writing a bot in discord.py and want to (for example) shut down the bot at a certain time. I know how to shut it down and all that, but idk how to check for a certain time... Does that heavily tax the machine the code is running on to check that often?
1 Odpowiedź
0
time module.