From be6c0dc4979b3bf35cfef6cb31249aad185331f1 Mon Sep 17 00:00:00 2001 From: lucmsilva651 Date: Sun, 28 Jul 2024 12:02:16 -0300 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) 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