Skip to content

Commit

Permalink
Update app.json
Browse files Browse the repository at this point in the history
  • Loading branch information
sou6av authored Apr 18, 2022
1 parent dcbacff commit ad4088e
Showing 1 changed file with 23 additions and 3 deletions.
26 changes: 23 additions & 3 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,22 +9,42 @@
"stack": "container",
"env": {
"USERNAME": {
"description": "Username of md",
"description": "Username of md account",
"required": true
},
"HANDLERS": {
"description": "Prefix of commands. Can be also false",
"required": true,
"value":"^[.,]"
},
"MODE": {
"HEROKU_API_KEY": {
"description": "For updating bot and setting vars remotely",
"required": true,
"value":""
},
"HEROKU_APP_NAME": {
"description": "Exact name which you gave at the top",
"required": true,
"value":""
},
"STICKER_DATA": {
"description": "Name of stickers (take)",
"required": true,
"value":"ʀᴀɢᷨᴀͦɴͭᴏʀᴋ"
},
"AUDIO_DATA": {
"description": "Name of audio (take)",
"required": true,
"value":"private"
},
"MODE": {
"description": "Private or public",
"required": true,
"value":"private"
},

"PASSWORD": {
"description": "Password of md",
"description": "Password of md account",
"required": true

}
Expand Down

0 comments on commit ad4088e

Please sign in to comment.