Skip to content
/ telegrambot-base Public template

Template code for creating a Telegram bot using Bun.sh, grammY and TypeScript.

License

Notifications You must be signed in to change notification settings

sh0tx420/telegrambot-base

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

telegrambot-base

Template code for creating a Telegram bot using Bun.sh, grammY and TypeScript.

Features

  • 🧨 Dynamic command loading
  • 🎨 Colorful logging
  • ✨ Modern technologies (ES2022, Bun)

Usage

  • Click 'Use this template' -> Create a new repository
  • Clone the repository you created
  • Install the dependencies: bun install
  • Make your modifications
  • Run the bot: bun run start