mirror of
https://github.com/InsanusMokrassar/TelegramBotAPI-examples.git
synced 2024-12-22 00:27:19 +00:00
fix readmes
This commit is contained in:
parent
b9c745a21e
commit
a7fe62f4af
@ -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"
|
||||
```
|
||||
|
@ -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"
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user