fix readmes

This commit is contained in:
InsanusMokrassar 2023-02-06 12:11:02 +06:00
parent b9c745a21e
commit a7fe62f4af
2 changed files with 6 additions and 3 deletions

View File

@ -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"
```

View File

@ -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"
```