Change index.js to index.ts (#233)

There is index.ts in src directory not index.ts
This commit is contained in:
Nisarga Adhikary
2022-01-28 17:41:25 +05:30
committed by GitHub
parent 3fec5b27bd
commit 589995cf1b

View File

@@ -27,4 +27,4 @@ This example starts a [Telegram](https://telegram.org/) bot on an [ExpressJS](ht
## 📝 Notes
The server started launches a Telegram bot with a couple of basic commands. The code is located at `src/index.js`.
The server started launches a Telegram bot with a couple of basic commands. The code is located at `src/index.ts`.