Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 339 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 339 Bytes

Deployment

You need to create a .env file in the root of this project and add the bot token to it you can create your bot with @botfather at this link https://telegram.me/botfather

  BOT_TOKEN=<token>
  PORT=3000

Then install requirements with command-line

  npm install

To run

  node index.js