From b25f2f1d8d4bb9eaa2251a809d0d05e3edfe91d6 Mon Sep 17 00:00:00 2001 From: prgofficial <65294906+prgofficial@users.noreply.github.com> Date: Tue, 9 Mar 2021 08:52:09 +0530 Subject: [PATCH] made auth only --- README.md | 1 + app.json | 4 ++++ 2 files changed, 5 insertions(+) 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": [],