-
Notifications
You must be signed in to change notification settings - Fork 59
/
app.json
22 lines (21 loc) · 949 Bytes
/
app.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"name": "telegram-md",
"description": "Gifted-Md, A simple Telegram user bot Created by Gifted Tech",
"logo": "https://github.com/mouricedevs.png",
"repository": "https://github.com/mouricedevs/telegram-bot",
"keywords": ["whatsappbot", "Gifted Tech", "GIFTED MD", "GIFTED TECH 𝙈𝘿", "GIFTEDMdWhatsaooBot", "GIFTEDMDWaBot","GIFTED","GIFTED TECH Md Whatsapp Bot","multi device"],
"success_url": "/",
"buildpacks": [{ "url": "https://github.com/heroku/heroku-buildpack-nodejs#latest" } ],
"env": {
"PORT": {
"description": "Port for web app.4000,5000,3000... any!",
"value": "3000",
"required": true
},
"MESSAGE": {
"description": "bot connection conformation message",
"value": "✅ᴄᴏɴɴᴇᴄᴛᴇᴅ✅ [ 𝐘𝐎𝐔'𝐕𝐄 𝐂𝐇𝐎𝐒𝐄𝐍 𝐆𝐈𝐅𝐓𝐄𝐃 𝐌𝐃 ]",
"required": false
}
}
}