Answer the question
In order to leave comments, you need to log in
How to make it so that at a certain time the VK bot would issue money to everyone who requested help?
I'm making a bot for VK. I need that if the player asked for help. Then the bot gave out money to everyone at 18:00 who requested help! Tell me how to make the bot give out exactly at 18:00.
Answer the question
In order to leave comments, you need to log in
1. manually calculate the desired time interval and use setTimeout
2. https://www.npmjs.com/package/node-schedule use to schedule for a specific time
3. https://www.npmjs.com/package/node-cron likewise help you schedule for the time you need
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question