File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -141,11 +141,11 @@ Example:
141
141
```
142
142
- Full list of supported sites here: [ yt-dlp Supported Sites] ( https://github.com/yt-dlp/yt-dlp/blob/master/supportedsites.md )
143
143
144
- ### The bot can use 'white lists ' to restrict access for users or groups.
145
- - Make sure you have these variables in your ` .env ` file either not set or with relatives id's .
144
+ ### The bot can use 'Safelist ' to restrict access for users or groups.
145
+ - Make sure you have these variables in your ` .env ` file either not set or with ids .
146
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.
147
147
- Group Chat has more priority. Users in the Group Chat can use the bot but have no access to the bot privately.
148
- - When ` LIMIT_BOT_ACCESS=True ` to use the bot in private messages add user's ID to ` ALLOWED_USERNAMES ` variable
148
+ - When ` LIMIT_BOT_ACCESS=True ` to use the bot in private messages add the user's ID to the ` ALLOWED_USERNAMES ` variable
149
149
```
150
150
LIMIT_BOT_ACCESS=False --- If True, the bot will only work for users in ALLOWED_USERNAMES or ALLOWED_CHAT_IDS
151
151
ALLOWED_USERNAMES= --- list of allowed usernames as strings separated by commas
You can’t perform that action at this time.
0 commit comments