-
Notifications
You must be signed in to change notification settings - Fork 28
/
app.json
46 lines (46 loc) · 1.52 KB
/
app.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": "biisal",
"description": "A Pyrogram Telegram Ai-Chat-bot,api not required to use 😎. @biisal",
"keywords": [
"telegram",
"pyrogram",
"python",
"plugin",
"modular",
"media",
"bot"
],
"repository": "https://github.com/biisal/biisal-gpt-bot/",
"success_url": "/",
"logo": "https://i.postimg.cc/cJk8XMMc/photo-6120885699327671985-c.jpg",
"website": "https://bit.ly/bisal",
"env": {
"API_ID": {
"description": "Get this value from https://my.telegram.org"
},
"API_HASH": {
"description": "Get this value from https://my.telegram.org"
},
"BOT_TOKEN": {
"description": "Get this value from @BotFather"
},
"LOG_CHANNEL": {
"description": "The LOG Channel ID. To get new users log"
},
"MONGO_URL": {
"description": "MongoDB URI for saving User IDs when they first Start the Bot. We will use that for Broadcasting to them. I will try to add more features related with Database."
},
"BOT_NAME": {
"description": "Give your Ai a cool name"
},
"CHAT_GROUP": {
"description": "Give your GROUP ID.Bot will be able to talk in that group using /bol command"
},
"ADMIN": {
"description": "Give your User ID."
},
"ADMIN_NAME": {
"description": "Give your Name Here."
}
}
}