Example of a support bot, answers to frequently asked questions The bot is written in JavaScript using the library grammY.
- Clone the repository
- Use: npm i
- Add your bot token to .env
- Development mode: npm run dev
- Running on the server: pm2 start index.js