Skip to content

Latest commit

 

History

History
13 lines (12 loc) · 228 Bytes

README.md

File metadata and controls

13 lines (12 loc) · 228 Bytes

telegram-bot-template

Installing

install dependencies with any package manager

npm install
    or
yarn install
    or
pnpm install

go to src -> app.ts. This is an entry point in this application

doc in progress