Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 397 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 397 Bytes

Build Status

Telegram bot amazing

Add new commands to src/commands/ - the filename is the command.

Don't add any weird deps

Develop

  • Clone this repo
  • npm install
  • fish env TELEGRAM_TOKEN=token npm run start:dev
  • bash TELEGRAM_TOKEN=token npm run start:dev