diff --git a/README.md b/README.md index ac84ca0..eedb594 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/app.json b/app.json index b0b14bc..a0ba12a 100644 --- a/app.json +++ b/app.json @@ -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": [],