File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -143,8 +143,9 @@ Example:
143143
144144### The bot can use 'white lists' to restrict access for users or groups.
145145- Make sure you have these variables in your .env file either not set or with relatives id's.
146+ - You can find chat_id or user_id by setting LIMIT_BOT_ACCESS=True first, send a link and the bot will answer you with the IDs.
146147```
147- LIMIT_BOT_ACCESS=False --- if True, the bot will only work for users in ALLOWED_USERNAMES or ALLOWED_CHAT_IDS
148+ LIMIT_BOT_ACCESS=False --- If True, the bot will only work for users in ALLOWED_USERNAMES or ALLOWED_CHAT_IDS
148149ALLOWED_USERNAMES= --- list of allowed usernames as strings separated by commas
149150ALLOWED_CHAT_IDS= --- list of allowed chat IDs as strings separated by commas
150151```
You can’t perform that action at this time.
0 commit comments