Skip to content
This repository has been archived by the owner on Jan 20, 2021. It is now read-only.

Latest commit

 

History

History
7 lines (4 loc) · 306 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 306 Bytes

Telegram-Bot-in-javascript

  1. Clone the repo and run npm install to install the required modules.

  2. Get the bot token from botfather on telegram and make a .env file in the root of this project and add BOT_TOKEN=YOUR_BOT_TOKEN_HERE.

  3. npm start or npm run dev(nodemon) to start the bot.