This repository was archived by the owner on Apr 14, 2022. It is now read-only.
forked from SpEcHiDe/NoPMsBot
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathapp.json
More file actions
54 lines (54 loc) · 1.34 KB
/
Copy pathapp.json
File metadata and controls
54 lines (54 loc) · 1.34 KB
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
{
"name": "No PMs Bot",
"description": "Modular Telegram Bot powered by Pyrogram!",
"logo": "https://telegra.ph/file/a7c4d830ffb038b846347.jpg",
"keywords": [
"telegram",
"bot",
"plugin",
"modular",
"productivity",
"relay",
"channel",
"administrators"
],
"repository": "https://github.com/adityaprasad502/nightcore",
"website": "https://da.gd/aditya",
"success_url": "https://t.me/realnub",
"env": {
"APP_ID": {
"description": "Get this value from my.telegram.org! Please do not steal"
},
"API_HASH": {
"description": "Get this value from my.telegram.org! Please do not steal"
},
"TG_BOT_TOKEN": {
"description": "Obtain a Telegram bot token by contacting @BotFather"
},
"AUTH_CHANNEL": {
"description": "List down the user IDs who should have permission to use and reply to users, seperated by SPACE. To get user ids, send /id command to Telegram @OwnErObOT"
},
"SUB_CHANNEL": {
"description": "Id of Chat, where the User Should Join, in order to use/contact throught bot."
}
},
"addons": [
{
"plan": "heroku-postgresql",
"options": {
"version": "12"
}
}
],
"buildpacks": [
{
"url": "heroku/python"
}
],
"formation": {
"worker": {
"quantity": 1,
"size": "free"
}
}
}