Skip to content

Commit 763d3fc

Browse files
authored
Fixed
1 parent 66ca7af commit 763d3fc

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

app.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"name": "String Session Generator",
3-
"description": "Telegram bot to generate pyrogram string session",
4-
"logo": "https://telegra.ph/file/7ec22c82f580a334dd13e.jpg",
2+
"name": "String Session Bot Generator",
3+
"description": "Telegram bot ke generate pyrogram string session",
4+
"logo": "https://telegra.ph/file/b85ee2b9eba888fe00abd.jpg",
55
"keywords": [
66
"telegram",
77
"bot",
@@ -25,30 +25,30 @@
2525
"plan": "heroku-postgresql"
2626
}
2727
],
28-
"repository": "https://github.com/RioProjectX/GenerateString",
28+
"repository": "https://github.com/apisuserbot/String-SessionBot",
2929
"env": {
3030
"ENVIRONMENT": {
31-
"description": "Don't change ANYTHING.",
31+
"description": "Jangan ubah ANYTHING",
3232
"required": true,
3333
"value": "ANYTHING"
3434
},
3535
"API_ID": {
36-
"description": "Get this value from my.telegram.org.",
36+
"description": "Ambil API_ID Di my.telegram.org",
3737
"required": true,
3838
"value": ""
3939
},
4040
"API_HASH": {
41-
"description": "Get this value from my.telegram.org.",
41+
"description": "Ambil API_HASH Di my.telegram.org",
4242
"required": true,
4343
"value": ""
4444
},
4545
"BOT_TOKEN": {
46-
"description": "Obtain a Telegram bot token by contacting @BotFather",
46+
"description": "Dapatkan token bot Telegram dengan menghubungi @BotFather",
4747
"required": true,
4848
"value": ""
4949
},
5050
"MUST_JOIN": {
51-
"description": "Add username/id of a channel/group",
51+
"description": "Tambakan username/id dari channel/group",
5252
"required": false,
5353
"value": ""
5454
}

0 commit comments

Comments
 (0)