Update README.md

This commit is contained in:
Lucas Gabriel 2024-07-28 12:02:16 -03:00
parent d4c236ed9d
commit be6c0dc497
No known key found for this signature in database
GPG Key ID: D9B075FC6DC93985

View File

@ -24,6 +24,8 @@ Next, inside the repository directory, go to props folder and create a config.js
- **botToken**: Put your bot token that you created at [@BotFather](https://t.me/botfather), as the example above. - **botToken**: Put your bot token that you created at [@BotFather](https://t.me/botfather), as the example above.
- **admins**: Put the ID of the people responsible for managing the bot (as the example above). They can use some administrative + exclusive commands on any group. - **admins**: Put the ID of the people responsible for managing the bot (as the example above). They can use some administrative + exclusive commands on any group.
To deal with dependencies, just run ``npm install`` or ``npm i`` at any moment to install any of them.
After editing the file, save all changes and run the bot with ``npm start``. After editing the file, save all changes and run the bot with ``npm start``.
## Notes ## Notes