template for creating your bot on henta
- Database (TypeORM) 🕰️
- AMQP Cluster mode support 🕰️
- Eslint and prettier support ✅
- Sentry 🕰️
- User manager with registration and account link 🕰️
- Rollup ✅
- Docker file for building your bot into an image 🕰️
- Prometheus support (monitoring) 🕰️
Create .env
and write:
TG_TOKEN=YOUR_TELEGRAM_BOT_TOKEN
npm run dev