/tg-bot

Primary LanguageJavaScript

Telegram Bots Playground

How to Run

cd grammy-bot # Project folder name
npx nodemon ./bot.ts # Use nodemon for auto change detection and compile

To Enable Grammy Logging

export DEBUG="grammy*" # Run it in terminal before starting bot