Skip to content

Commit bb4f7a1

Browse files
authored
Update README.md
1 parent 1da9178 commit bb4f7a1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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
148149
ALLOWED_USERNAMES= --- list of allowed usernames as strings separated by commas
149150
ALLOWED_CHAT_IDS= --- list of allowed chat IDs as strings separated by commas
150151
```

0 commit comments

Comments
 (0)