From 0fd8d541f7ce336fe7bdb80aa8024c91404edad7 Mon Sep 17 00:00:00 2001 From: mihalin Date: Tue, 2 Aug 2022 23:58:41 +0300 Subject: [PATCH] add SUPERVISOR_ID to env example --- example.env | 3 +++ 1 file changed, 3 insertions(+) diff --git a/example.env b/example.env index ebc9c38..0a79f40 100644 --- a/example.env +++ b/example.env @@ -15,6 +15,9 @@ TOKEN_ENCRYPTION_KEY=SOME_RANDOM_PASSWORD_HERE # use your user id or group chat id to restrict access to the bot # ADMIN_ID=223453418 +# use your user id or group chat id to give selected users access to the bot's general statistics (/info command) +# SUPERVISOR_ID=223453419 + # example: 11.143.142.140 or my_domain.com (without quotes, without 'https://' prefix!) WEBHOOK_HOST=YOUR_HOST_HERE