Spaces:
Paused
Paused
Captain Ezio
commited on
Commit
·
fc53922
1
Parent(s):
556a084
Update README.md
Browse files
README.md
CHANGED
|
@@ -188,11 +188,11 @@ 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 [@
|
| 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
|
| 196 |
|
| 197 |
`VERSION`: A Version to be shown in bot.
|
| 198 |
|
|
@@ -200,11 +200,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 [@
|
| 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 [@
|
| 206 |
|
| 207 |
-
`WHITELIST_USERS`: A space separated list of user IDs whitelisted, cannot be restricted. You can get there id's from [@
|
| 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. 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 |
|
| 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.
|