> git clone https://github.com/Stalker-moment/TeleBot-Bin/
> cd TeleBot-Bin
> npm i
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": "Tier Sinyo",
"ownerLink": "https://t.me/username",
"version": "1.0.0",
"prefix": "/"
}
> npm start