- Run this command
npm install
- Change BOT_NAME for bot identifiaction
- Change ROCKETCHAT_ROOM for rooms name where bot will post user's stand-up
- TIME_DIALOG for when bot will asking user's. (Example : '09:00:00)
- TIME_PUBLISH for when bot will post user's stand-up to channel BOT_CHANNEL_NAME. (Example : '10:00:00)
- change ROCKETCHAT_URL for bot server. (Example: https://chat.bahaso.com)
- ROCKETCHAT_USER for rocketchat username login
- ROCKETCHAT_PASSWORD for rocketchat password login
npm run watch
or you can use
npm run debug
npm run bot