/< Telegram Bot
Create a development bot
- Message /newbot to @BotFather on Telegram
- Provide BotFather with the necessary information
- Copy the access token BotFather provides and set your
BOT_TOKENenvironment
Start development server
npm run dev
# or with file watch demon
npm run dev:watch