Karma
commited on
Commit
·
1c15c88
1
Parent(s):
f361996
Delete app.json
Browse files
app.json
DELETED
@@ -1,111 +0,0 @@
|
|
1 |
-
{
|
2 |
-
"name": "Yae Miko",
|
3 |
-
"description": "A versatile Telegram Group Management Bot.",
|
4 |
-
"logo": "https://telegra.ph/file/4d370b478d90d98709398.jpg",
|
5 |
-
"keywords": ["telegram", "modular", "group", "management", "Miko"],
|
6 |
-
"repository": "https://github.com/Infamous-Hydra/YaeMiko",
|
7 |
-
"stack": "heroku-22",
|
8 |
-
"addons": [
|
9 |
-
{
|
10 |
-
"plan": "heroku-postgresql",
|
11 |
-
"options": {
|
12 |
-
"version": "12"
|
13 |
-
}
|
14 |
-
}
|
15 |
-
],
|
16 |
-
"env": {
|
17 |
-
"API_ID": {
|
18 |
-
"description": "Obtain this value from my.telegram.org/apps.",
|
19 |
-
"required": true,
|
20 |
-
"value": ""
|
21 |
-
},
|
22 |
-
"API_HASH": {
|
23 |
-
"description": "Obtain this value from my.telegram.org/apps.",
|
24 |
-
"required": true,
|
25 |
-
"value": ""
|
26 |
-
},
|
27 |
-
"DEL_CMDS": {
|
28 |
-
"description": "Set this to True to delete command messages from users without the necessary permissions.",
|
29 |
-
"value": "True"
|
30 |
-
},
|
31 |
-
"ENV": {
|
32 |
-
"description": "Setting this to ANYTHING will enable environment variables. Leave it as it is.",
|
33 |
-
"required": true,
|
34 |
-
"value": "True"
|
35 |
-
},
|
36 |
-
"EVENT_LOGS": {
|
37 |
-
"description": "Channel for event logs to note down important bot-level events. Recommend making this public. Example: '-123456'",
|
38 |
-
"required": true,
|
39 |
-
"value": ""
|
40 |
-
},
|
41 |
-
"MESSAGE_DUMP": {
|
42 |
-
"description": "Support chat ID.",
|
43 |
-
"required": true,
|
44 |
-
"value": "-1001511142636"
|
45 |
-
},
|
46 |
-
"MONGO_DB_URI": {
|
47 |
-
"description": "Required for MongoDB database connections.",
|
48 |
-
"required": true,
|
49 |
-
"value": "mongodb+srv://"
|
50 |
-
},
|
51 |
-
"DATABASE_URL": {
|
52 |
-
"description": "Required for SQL database connections.",
|
53 |
-
"required": true,
|
54 |
-
"value": "postgres://"
|
55 |
-
},
|
56 |
-
"OWNER_ID": {
|
57 |
-
"description": "Your user ID as an integer.",
|
58 |
-
"required": true,
|
59 |
-
"value": "5907205317"
|
60 |
-
},
|
61 |
-
"DEV_USERS": {
|
62 |
-
"description": "A space separated list of user IDs who you want to assign as sudo users.",
|
63 |
-
"required": false,
|
64 |
-
"value": "5907205317"
|
65 |
-
},
|
66 |
-
"DRAGONS": {
|
67 |
-
"description": "A space separated list of user IDs who you want to assign as sudo users.",
|
68 |
-
"required": false,
|
69 |
-
"value": "5907205317"
|
70 |
-
},
|
71 |
-
"STRICT_GBAN": {
|
72 |
-
"description": "Enforce gbans across new groups as well as old groups. When a gbanned user talks, he will be banned.",
|
73 |
-
"value": "True"
|
74 |
-
},
|
75 |
-
"DEMONS": {
|
76 |
-
"description": "A space separated list of user IDs who can use Gban From Your Bot",
|
77 |
-
"required": false,
|
78 |
-
"value": "5907205317"
|
79 |
-
},
|
80 |
-
"TIGERS": {
|
81 |
-
"description": "A space separated list of user IDs who can not be banned by your Bot",
|
82 |
-
"required": false,
|
83 |
-
"value": "5907205317"
|
84 |
-
},
|
85 |
-
"WOLVES": {
|
86 |
-
"description": "A space separated list of user IDs who you want to assign as whitelisted - can't be banned with your bot.",
|
87 |
-
"required": false,
|
88 |
-
"value": "5907205317"
|
89 |
-
},
|
90 |
-
"SUPPORT_CHAT": {
|
91 |
-
"description": "Your Telegram support group chat username. Users will reach out for assistance. Example: MyGroupChatUsernameBlah. Avoid pointing to Miko Support to prevent conflicts.",
|
92 |
-
"required": true,
|
93 |
-
"value": ""
|
94 |
-
},
|
95 |
-
"SUPPORT_ID": {
|
96 |
-
"description": "Support chat ID.",
|
97 |
-
"required": true,
|
98 |
-
"value": "-1001511142636"
|
99 |
-
},
|
100 |
-
"DB_NAME": {
|
101 |
-
"description": "Your MongoDB name.",
|
102 |
-
"required": true,
|
103 |
-
"value": "MikoDB"
|
104 |
-
},
|
105 |
-
"TOKEN": {
|
106 |
-
"description": "Bot token obtained from @BotFather on Telegram.",
|
107 |
-
"required": true,
|
108 |
-
"value": ""
|
109 |
-
}
|
110 |
-
}
|
111 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|