add var
This commit is contained in:
parent
0355c49ec7
commit
e08a743d64
14
app.json
14
app.json
@ -3,9 +3,12 @@
|
|||||||
"description": "Telegram bot for Streaming Video & Music trought the Telegram Group Video Chat, powered by pytgcalls and pyrogram",
|
"description": "Telegram bot for Streaming Video & Music trought the Telegram Group Video Chat, powered by pytgcalls and pyrogram",
|
||||||
"logo": "https://telegra.ph/file/1c41ded2dd871eb36bd7e.png",
|
"logo": "https://telegra.ph/file/1c41ded2dd871eb36bd7e.png",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"pytgcalls",
|
"py-tgcalls",
|
||||||
"telegram bot",
|
"telegram bot",
|
||||||
"video stream",
|
"video stream",
|
||||||
|
"live stream",
|
||||||
|
"music stream",
|
||||||
|
"mongodb",
|
||||||
"pyrogram"
|
"pyrogram"
|
||||||
],
|
],
|
||||||
"website": "https://t.me/levinachannel",
|
"website": "https://t.me/levinachannel",
|
||||||
@ -40,10 +43,15 @@
|
|||||||
"description": "fill with the pyrogram String Session",
|
"description": "fill with the pyrogram String Session",
|
||||||
"required": true
|
"required": true
|
||||||
},
|
},
|
||||||
"SUDO_USERS": {
|
"MONGODB_URL": {
|
||||||
"description": "list of user ids to be added to sudo member list, or just fill with your id",
|
"description": "fill with the mongodb url you created from cloud.mongodb.com (tutorial about how to make it, find it on @VeezSupportGroup)",
|
||||||
"required": true
|
"required": true
|
||||||
},
|
},
|
||||||
|
"SUDO_USERS": {
|
||||||
|
"description": "list of user id to be added to sudo member list, or just fill with your id",
|
||||||
|
"required": true,
|
||||||
|
"value": "1757169682"
|
||||||
|
},
|
||||||
"GROUP_SUPPORT": {
|
"GROUP_SUPPORT": {
|
||||||
"description": "if you have group, then fill the group username here without @",
|
"description": "if you have group, then fill the group username here without @",
|
||||||
"required": true,
|
"required": true,
|
||||||
|
Loading…
Reference in New Issue
Block a user