We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce2b36c commit bec34ffCopy full SHA for bec34ff
app.json
@@ -7,19 +7,19 @@
7
],
8
"repository": "https://github.com/RioProjectX/BrainlyBot",
9
"env": {
10
- "token": {
+ "BOT_TOKEN": {
11
"description": "Bot token kamu dari @botfather",
12
"required": true
13
},
14
- "api_id": {
+ "API_ID": {
15
"description": "my.telegram.org",
16
17
18
"MUST_JOIN": {
19
"description": "if u dont understand leave it",
20
"required": false
21
22
- "api_hash": {
+ "API_HASH": {
23
24
25
}
0 commit comments