Updated README.md

This commit is contained in:
Lucas Gabriel 2024-05-31 17:59:02 -03:00
parent 3527ce5392
commit 3f24f1f614
No known key found for this signature in database
GPG Key ID: D9B075FC6DC93985

View File

@ -3,8 +3,8 @@ Lynx is a a simple Telegram bot made in Node.js.
## Requirements ## Requirements
- A Telegram bot (create one at [@BotFather](https://t.me/botfather)) - A Telegram bot (create one at [@BotFather](https://t.me/botfather))
- Node.js 20 (or above) - Node.js 20 LTS (or above)
- node-telegram-bot-api - node-telegram-bot-api (install with ``npm install node-telegram-bot-api``)
## Notes ## Notes
- The source code itself of the bot is at ``src/main.js``, and the commands are in ``src/commands``. - The source code itself of the bot is at ``src/main.js``, and the commands are in ``src/commands``.