/Telegram-Bot-in-javascript

JIITODC's telegram bot written in JS.

Primary LanguageJavaScript

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.