Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 16 additions & 7 deletions Readme.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,18 @@
# LoL Human Telegram Bot
# Telegram Bot

# Installation

## Windows
* [`Download Node JS`](https://nodejs.org/en/download/)
# Platform
## For Windows Install Additional Material Below. For Termux, just clone this repo and install it like the example below


* [ `Unduh Node JS` ] ( https://nodejs.org/en/download/ )
* [`Download Git`](https://git-scm.com/download/win)


## Cloning this repo
```cmd
> git clone https://github.com/LoL-Human/TelegramBot-NodeJS
> git clone https://github.com/BryanRfly/TelegramBot-NodeJS
> cd TelegramBot-NodeJS
```

Expand All @@ -21,8 +24,10 @@
## Edit config file
Edit the required value in `config.json`. You can get the apikey at [`LoL Human Rest API`](http://api.lolhuman.xyz/). And get bot token at [`@BotFather`](http://t.me/BotFather).
```json
{
{
"usernameOwner": "BryanRfly",
"apikey": "",
"xkey": "",
"bot_token": "",
"owner": "LoL Human",
"ownerLink": "https://t.me/LoLHumen",
Expand All @@ -36,10 +41,14 @@ Edit the required value in `config.json`. You can get the apikey at [`LoL Human
> npm start
```

# project
* [`BryanBot`](https://t.me/BryanRafly_bot)

## Note:
* You can request a case in my [`WhatsApp`](http://wa.me/62895418200111).
* You can request a case in my [`WhatsApp`](http://wa.me/6289649480997).

# Thanks To
* [`Telegraf`](https://github.com/telegraf/telegraf)
* [`LoL-Human`](https://github.com/LoL-Human)
* [`Pais`](https://github.com/Paiiss)
* `Ben`
* `Ben`
6 changes: 4 additions & 2 deletions config.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
{
{
"usernameOwner": "BryanRfly",
"apikey": "",
"xkey": "",
"bot_token": "",
"owner": "LoL Human",
"ownerLink": "https://t.me/LoLHumen",
"version": "1.1.0",
"prefix": "/"
}
}
882 changes: 829 additions & 53 deletions index.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions lib/banned.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[]
Loading