- Configure
execute.pywith your token, the channel ID and the bot ID; - Run
crime.py,rob.py(requires configuration) andwork.py.
Use cron:
0 * * * * python3 work.py # Every hour
0 */4 * * * python3 crime.py # Every four hours
0 20 * * * python3 rob.py # Every day at 20:00