Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 454 Bytes

README.md

File metadata and controls

21 lines (18 loc) · 454 Bytes

henta-sample-bot

template for creating your bot on henta

Features

  • 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) 🕰️

Setup

Create .env and write:

TG_TOKEN=YOUR_TELEGRAM_BOT_TOKEN

Run

npm run dev