Gianluca Lauro
Results
1
comments of
Gianluca Lauro
In crontab just use something like: `00 22 * * * /path/to/nodejs /baseBotPath/dist/index.js` Usually the path for nodejs is **/usr/bin/node**. But if you use nvm you have to specify the...