Create a simple Telegram bot with Node.js
git clone https://github.com/TrunqKj3n/TelegramBot_Typescript
cd TelegramBot_Typescript
Go to the setup folder, open the config file, and enter your bot token.
export default {
TOKEN_BOT: "YOUR_TOKEN_BOT",
PREFIX: "/"
};
npm install
npm run build
npm start
- This Project is MIT License Licensed
- Copyright 2023 by TrunqKj3n