Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 286 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 286 Bytes

Telegram Bot

How to install?

# if you are using windows, just skip this step
> apt install git nodejs

> git clone https://github.com/InosID/telebot
> cd telebot
> npm i && npm i typescript -g
> npm run build

How to start?

> node .
# or
> npm start