Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 413 Bytes

README.md

File metadata and controls

15 lines (13 loc) · 413 Bytes

Telegram bot template

Stack

  • TypeScript
  • grammY
  • MongoDB

Architecture

  • index.ts - entrypoint
  • environment.d.ts - ENV definitions
  • types - TypeScript type definitions for the project
  • config - configuration, preparation and initialization
  • controllers - to add new handlers. Note: connect at config/bot.ts
  • helpers - project-independent utils
  • services - project-dependent utils