Spaces:
Paused
Paused
Captain Ezio
commited on
Commit
·
d630b3a
1
Parent(s):
342145b
Update app.json
Browse files
app.json
CHANGED
|
@@ -16,22 +16,22 @@
|
|
| 16 |
"BOT_TOKEN": {
|
| 17 |
"description": "Your telegram bot token, get from @Botfather in telegram.",
|
| 18 |
"required": true,
|
| 19 |
-
"value": "
|
| 20 |
},
|
| 21 |
"API_ID": {
|
| 22 |
"description": "Get API_ID from my.telegram.org, used for pyrogram base.",
|
| 23 |
"required": true,
|
| 24 |
-
"value": "
|
| 25 |
},
|
| 26 |
"API_HASH": {
|
| 27 |
"description": "Get API_HASH from my.telegram.org, used for pyrogram base.",
|
| 28 |
"required": true,
|
| 29 |
-
"value": "
|
| 30 |
},
|
| 31 |
"DB_URI": {
|
| 32 |
"description": "Your MongoDB connection string.",
|
| 33 |
"required": true,
|
| 34 |
-
"value": "
|
| 35 |
},
|
| 36 |
"DB_NAME": {
|
| 37 |
"description": "Your MongoDB database name.",
|
|
@@ -70,7 +70,7 @@
|
|
| 70 |
},
|
| 71 |
"SUPPORT_CHANNEL": {
|
| 72 |
"description": "Channel where bot uodates will be posted!",
|
| 73 |
-
"value": ""
|
| 74 |
},
|
| 75 |
"SUDO_USERS": {
|
| 76 |
"description": "A space separated list of user IDs who you want to assign as sudo users....Don't give comma or anything after 1 id just give and space then enter second id",
|
|
|
|
| 16 |
"BOT_TOKEN": {
|
| 17 |
"description": "Your telegram bot token, get from @Botfather in telegram.",
|
| 18 |
"required": true,
|
| 19 |
+
"value": ""
|
| 20 |
},
|
| 21 |
"API_ID": {
|
| 22 |
"description": "Get API_ID from my.telegram.org, used for pyrogram base.",
|
| 23 |
"required": true,
|
| 24 |
+
"value": ""
|
| 25 |
},
|
| 26 |
"API_HASH": {
|
| 27 |
"description": "Get API_HASH from my.telegram.org, used for pyrogram base.",
|
| 28 |
"required": true,
|
| 29 |
+
"value": ""
|
| 30 |
},
|
| 31 |
"DB_URI": {
|
| 32 |
"description": "Your MongoDB connection string.",
|
| 33 |
"required": true,
|
| 34 |
+
"value": ""
|
| 35 |
},
|
| 36 |
"DB_NAME": {
|
| 37 |
"description": "Your MongoDB database name.",
|
|
|
|
| 70 |
},
|
| 71 |
"SUPPORT_CHANNEL": {
|
| 72 |
"description": "Channel where bot uodates will be posted!",
|
| 73 |
+
"value": "gojo_updates"
|
| 74 |
},
|
| 75 |
"SUDO_USERS": {
|
| 76 |
"description": "A space separated list of user IDs who you want to assign as sudo users....Don't give comma or anything after 1 id just give and space then enter second id",
|