Skip to content

Latest commit

 

History

History
45 lines (36 loc) · 921 Bytes

Readme.md

File metadata and controls

45 lines (36 loc) · 921 Bytes

LoL Human Telegram Bot

Installation

Windows

Cloning this repo

> git clone https://github.com/LoL-Human/TelegramBot-NodeJS
> cd TelegramBot-NodeJS

Install the package

> npm i

Edit config file

Edit the required value in config.json. You can get the apikey at LoL Human Rest API. And get bot token at @BotFather.

{
    "apikey": "",
    "bot_token": "",
    "owner": "LoL Human",
    "ownerLink": "https://t.me/LoLHumen",
    "version": "1.0.0",
    "prefix": "/"
}

Run the bot

> npm start

Note:

  • You can request a case in my WhatsApp.

Thanks To