diff --git a/README.md b/README.md index cdcbea6..1154b00 100644 --- a/README.md +++ b/README.md @@ -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. - **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``. ## Notes