Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update app.json #81

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 12 additions & 1 deletion app.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,17 @@
"description": "Masukan ID dari Group Untuk Wajib Subscribenya, Bila tidak ingin dipakai Fsubnya, isi dengan 0",
"value": "0"
},

"FORCE_SUB_GROUP": {
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

issue (bug_risk): Remove duplicate FORCE_SUB_GROUP configuration entries

Having duplicate keys in the JSON configuration can lead to undefined behavior depending on the JSON parser being used. Please keep only one instance of this configuration.

"description": "Masukan ID dari Group Untuk Wajib Subscribenya, Bila tidak ingin dipakai Fsubnya, isi dengan 0",
"value": "0"
},

"FORCE_SUB_GROUP": {
"description": "Masukan ID dari Group Untuk Wajib Subscribenya, Bila tidak ingin dipakai Fsubnya, isi dengan 0",
"value": "0"
},

"START_MESSAGE": {
"description": "Pesan /start memulai awalan ke bot, Gunakan format parsemode HTML",
"value": "<b>Hello {first}\n\nSaya dapat menyimpan file pribadi di Channel Tertentu dan pengguna lain dapat mengaksesnya dari link khusus.</b>"
Expand All @@ -58,7 +69,7 @@
{
"plan": "heroku-postgresql",
"options": {
"version": "13"
"version": "16"
}
}
],
Expand Down