ttkienn / TelegramBot_Typescript

Repository from Github https://github.comttkienn/TelegramBot_TypescriptRepository from Github https://github.comttkienn/TelegramBot_Typescript

TelegramBot

Create a simple Telegram bot with Node.js

Run Locally

git clone https://github.com/TrunqKj3n/TelegramBot_Typescript
cd TelegramBot_Typescript

Setup

Go to the setup folder, open the config file, and enter your bot token.

export default {
    TOKEN_BOT: "YOUR_TOKEN_BOT",
    PREFIX: "/"
};

Install

npm install

npm run build

Run

npm start

License & Copyright :

2023-04-01.10-19-54.mp4

About

License:MIT License


Languages

Language:TypeScript 100.0%