Skip to content

Commit

Permalink
made auth only
Browse files Browse the repository at this point in the history
  • Loading branch information
prgofficial committed Mar 9, 2021
1 parent 2335b0b commit b25f2f1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ python3 main.py

* API_HASH - From my.telegram.org (or @UseTGXBot)

* AUTH_USERS - Get from @MissRose_bot by /id command

## Credits

Expand Down
4 changes: 4 additions & 0 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@
"APP_ID": {
"description": "Your APP ID from my.telegram.org or @UseTGXBot",
"value": ""
},
"AUTH_USERS": {
"description": "Id of users that can use the bot, from @MissRose_bot by /id command",
"value": ""
}
},
"addons": [],
Expand Down

0 comments on commit b25f2f1

Please sign in to comment.