-
Notifications
You must be signed in to change notification settings - Fork 50
/
Copy pathapp.json
85 lines (85 loc) · 2.58 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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
{
"name": "FeedBack Bot",
"description": "Telegram's Best feedBack Bot",
"keywords": [
"telegram",
"best",
"feedback",
"bot"
],
"success_url": "/",
"website": "https://github.com/AkkiMG/AkkiMG/",
"repository": "https://github.com/AkkiMG/Feedback-bot/",
"env": {
"START_TEXT": {
"description": "Your Start message as a string & There Is default Of 'Hello <username>'.",
"value": ""
},
"HELP_TEXT": {
"description": "Your Help Text as a string.",
"value": ""
},
"OWNER_ID": {
"description": "Your ID Or Who need is going to handle this bot",
"value": "1428968542"
},
"DONATE_TEXT": {
"description": "Your Donate Text as a string.",
"value": ""
},
"DONATE_LINK": {
"description": "Your Donation Link",
"value": "https://paypal.me/HeimanPictures/"
},
"SUPPORT_GROUP": {
"description": "Your Group Link",
"value": "https://t.me/HeimanSupport/"
},
"UPDATE_CHANNEL": {
"description": "Your Channel Link",
"value": "https://t.me/HeimanSupports/"
},
"BOT_TOKEN": {
"description": "Your Bot Token, as a string.",
"value": ""
},
"API_ID": {
"description": "Get this value from https://my.telegram.org",
"value": ""
},
"API_HASH": {
"description": "Get this value from https://my.telegram.org",
"value": ""
},
"DB_URL": {
"description": "Provided Mongodb Database link from mongodb.com",
"value": ""
},
"DB_NAME": {
"description": "Provide name for DB to make session",
"value": "Feedback-Bot"
},
"LOG_CHANNEL": {
"description": "Make a channel add the bot as admin and get the id of the channel using @googleimgbot",
"value": ""
},
"BROADCAST_AS_COPY": {
"description": "If you provide value False then it will Forward with tag and if you give value as True then without tag",
"value": "True"
},
"AUTH_USERS": {
"description": "Provide AUTH User ID to use admin function",
"value": "1428968542"
}
},
"addons": [],
"buildpacks": [{
"url": "heroku/python"
}],
"formation": {
"worker": {
"quantity": 1,
"size": "free"
}
}
}