Skip to content

Installation

  1. Change into the directory:
bash
cd telegram-bot
  1. Install the dependencies:
bash
npm install
  1. Set the required environment variables (see above).

  2. Build the bot:

bash
npm run build