-
Notifications
You must be signed in to change notification settings - Fork 417
/
app.json
67 lines (66 loc) · 2.42 KB
/
app.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"name": "Telegram",
"description": "an awesome music+ management source code.",
"keywords": ["Zaid", "telegram", "Zaid-Vc-Player", "music", "voice chat", "telegram", "Yukki", "Yukki Music", "Private Music", "telethon"],
"repository": "https://github.com/ITZ-ZAID/Telegram",
"stack": "container",
"env": {
"STRING_SESSION": {
"description": "fill with the telethon session string from https://replit.com/@Itz-zaid/Generator",
"required": true
},
"REPO_URL": {
"description": "URL of the REPO, If You Have edited Repo.. Else Leave ! Don't Change",
"value": "https://github.com/ITZ-ZAID/Telegram"
},
"OWNER_USERNAME": {
"description": "your profile username without@!",
"required": true,
"value": ""
},
"ASSISTANT_ID": {
"description": "enter I'd of which uh have used to string (Id) Go to @Zaid2_Robot And Type /id..",
"value": ""
},
"SUPPORT": {
"description": "Fill there your group username else leave",
"required": false,
"value": "TheSupportChat"
},
"CHANNEL": {
"description": "Fill there your Channel username else leave",
"required": false,
"value": "TheUpdatesChannel"
},
"DATABASE_URL": {
"description": "Fill database from elephantsql.com",
"required": true,
"value": ""
},
"OWNER_ID": {
"description": "Your Id, Go To @Zaid2_Robot Pm and Type /id..",
"value": ""
},
"DEV_USERS": {
"description": "Dev Access Of Your Bot (Id) Go to @Zaid2_Robot And Type /id..",
"value": ""
},
"SUDO_USERS": {
"description": "Access Of Your Bot (Id) Go to @Zaid2_Robot And Type /id..",
"value": ""
},
"GBAN_LOGS": {
"description": "Forward Your Channel Message to @Zaid2_Robot To Get Your Channel ID..",
"value": "-100"
},
"MESSAGE_DUMP": {
"description": "Forward Your Channel Message to @Zaid2_Robot To Get Your Channel ID..",
"value": "-100"
},
"TOKEN": {
"description": "fill with your bot token get from @BotFather on telegram",
"required": true,
"value": ""
}
}
}