diff --git a/RightsChangerBot/README.md b/RightsChangerBot/README.md index b12ca97..50b3a00 100644 --- a/RightsChangerBot/README.md +++ b/RightsChangerBot/README.md @@ -1,9 +1,12 @@ # RightsChanger -Use `/start` with bot to get request buttons. Bot will ask you to choose user/chat from your list and send it to him. +All the commands should be called with reply to some common user. + +* Use `/simple` with bot to get request buttons for non-independent permissions change +* Use `/granular` with bot to get request buttons for independent permissions change ## Launch ```bash -../gradlew run --args="BOT_TOKEN[ optional/folder/path]" +../gradlew run --args="BOT_TOKEN allowed_user_id_long" ``` diff --git a/UserChatShared/README.md b/UserChatShared/README.md index 63a7e4a..8972e2f 100644 --- a/UserChatShared/README.md +++ b/UserChatShared/README.md @@ -5,5 +5,5 @@ Use `/start` with bot to get request buttons. Bot will ask you to choose user/ch ## Launch ```bash -../gradlew run --args="BOT_TOKEN[ optional/folder/path]" +../gradlew run --args="BOT_TOKEN" ```