Captain Ezio commited on
Commit
762098b
·
1 Parent(s): eba5db9

Nothing major

Browse files
Files changed (1) hide show
  1. README.md +5 -6
README.md CHANGED
@@ -188,11 +188,10 @@ If all works well, bot should send message to the MESSAGE_DUMP Group!--->
188
 
189
  `DB_NAME`: Your [MongoDB](https://www.mongodb.com/) database name.
190
 
191
- `OWNER_ID`: Your user ID as an integer. You can get it from [@SessionHellBot](https://telegram.dog/SessionHellBot)
192
-
193
  `SUPPORT_GROUP`: Your Telegram support group chat username where user's can contact in case of a problem.
194
 
195
- `MESSAGE_DUMP`: Event logs channel where bot will send updates. Note that id should starts with `-100`. You can get it from [@SessionHellBot](https://telegram.dog/SessionHellBot)
196
 
197
  `VERSION`: A Version to be shown in bot.
198
 
@@ -200,11 +199,11 @@ If all works well, bot should send message to the MESSAGE_DUMP Group!--->
200
 
201
  `SUPPORT_CHANNEL`: Your Telegram support channel username where user's can see updates of bot.
202
 
203
- `DEV_USERS`: ID of users who are Devs of your bot. Use space to seprate values. You can get there id's from [@SessionHellBot](https://telegram.dog/SessionHellBot)
204
 
205
- `SUDO_USERS`: A space separated list of user IDs who you want to assign as sudo users. You can get there id's from [@SessionHellBot](https://telegram.dog/SessionHellBot)
206
 
207
- `WHITELIST_USERS`: A space separated list of user IDs whitelisted, cannot be restricted. You can get there id's from [@SessionHellBot](https://telegram.dog/SessionHellBot)
208
 
209
  ⚠️ **Note:** In case you are passing more than one value seprate them using whitespace (space) for e.g. If I want to pass more than one PREFIX_HANDLER
210
  I'll pass it like `'/' '.' '!'` this.
 
188
 
189
  `DB_NAME`: Your [MongoDB](https://www.mongodb.com/) database name.
190
 
191
+ `OWNER_ID`: Your user ID as an integer.
 
192
  `SUPPORT_GROUP`: Your Telegram support group chat username where user's can contact in case of a problem.
193
 
194
+ `MESSAGE_DUMP`: Event logs channel where bot will send updates. Note that id should starts with `-100`.
195
 
196
  `VERSION`: A Version to be shown in bot.
197
 
 
199
 
200
  `SUPPORT_CHANNEL`: Your Telegram support channel username where user's can see updates of bot.
201
 
202
+ `DEV_USERS`: ID of users who are Devs of your bot. Use space to seprate values.
203
 
204
+ `SUDO_USERS`: A space separated list of user IDs who you want to assign as sudo users.
205
 
206
+ `WHITELIST_USERS`: A space separated list of user IDs whitelisted, cannot be restricted.
207
 
208
  ⚠️ **Note:** In case you are passing more than one value seprate them using whitespace (space) for e.g. If I want to pass more than one PREFIX_HANDLER
209
  I'll pass it like `'/' '.' '!'` this.