Skip to content

Commit

Permalink
@mouricedevs π—šπ—œπ—™π—§π—˜π——-𝗠𝗗 π—©πŸ±
Browse files Browse the repository at this point in the history
  • Loading branch information
mouricedevs authored Sep 15, 2024
1 parent 387bbf9 commit 7f9f886
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,17 +50,17 @@
},
"AUTO_READ": {
"description": "Put true if you want bot to read message",
"required": true,
"required": false,
"value": ""
},
"AUTO_TYPING": {
"description": "Put true if you want bot to show typing",
"required": true,
"required": false,
"value": ""
},
"AUTO_RECORDING": {
"description": "Put true if you want bot to show recording audio",
"required": true,
"required": false,
"value": ""
},
"ALWAYS_ONLINE": {
Expand All @@ -70,7 +70,7 @@
},
"AUTO_DOWNLOAD": {
"description": "Put true if you need to download media by using link without cmd",
"required": true,
"required": false,
"value": "false"
},
"AUTO_BLOCK": {
Expand All @@ -90,7 +90,7 @@
},
"PREFIX": {
"description": "You can leave blank for bot to use multiple prefixes",
"required": false,
"required": true,
"value": "."
},
"DEPLOYMENT_PLATFORM": {
Expand Down

0 comments on commit 7f9f886

Please sign in to comment.