|
1 | 1 | { |
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", |
5 | 5 | "keywords": [ |
6 | 6 | "telegram", |
7 | 7 | "bot", |
|
25 | 25 | "plan": "heroku-postgresql" |
26 | 26 | } |
27 | 27 | ], |
28 | | - "repository": "https://github.com/RioProjectX/GenerateString", |
| 28 | + "repository": "https://github.com/apisuserbot/String-SessionBot", |
29 | 29 | "env": { |
30 | 30 | "ENVIRONMENT": { |
31 | | - "description": "Don't change ANYTHING.", |
| 31 | + "description": "Jangan ubah ANYTHING", |
32 | 32 | "required": true, |
33 | 33 | "value": "ANYTHING" |
34 | 34 | }, |
35 | 35 | "API_ID": { |
36 | | - "description": "Get this value from my.telegram.org.", |
| 36 | + "description": "Ambil API_ID Di my.telegram.org", |
37 | 37 | "required": true, |
38 | 38 | "value": "" |
39 | 39 | }, |
40 | 40 | "API_HASH": { |
41 | | - "description": "Get this value from my.telegram.org.", |
| 41 | + "description": "Ambil API_HASH Di my.telegram.org", |
42 | 42 | "required": true, |
43 | 43 | "value": "" |
44 | 44 | }, |
45 | 45 | "BOT_TOKEN": { |
46 | | - "description": "Obtain a Telegram bot token by contacting @BotFather", |
| 46 | + "description": "Dapatkan token bot Telegram dengan menghubungi @BotFather", |
47 | 47 | "required": true, |
48 | 48 | "value": "" |
49 | 49 | }, |
50 | 50 | "MUST_JOIN": { |
51 | | - "description": "Add username/id of a channel/group", |
| 51 | + "description": "Tambakan username/id dari channel/group", |
52 | 52 | "required": false, |
53 | 53 | "value": "" |
54 | 54 | } |
|
0 commit comments