Captain Ezio commited on
Commit
b33f068
·
1 Parent(s): a1b1f8d

Update app.json

Browse files
Files changed (1) hide show
  1. app.json +17 -25
app.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
  "name": "Gojo_Satoru",
3
  "description": "Gojo is a Telegram Group management bot made using Pyrogram and Python, which makes it modern and faster than most of the Telegram chat managers.",
4
- "logo" : "https://te.legra.ph/file/633bd27c1607fe98920b6.jpg" ,
5
  "keywords": [
6
  "telegram bot",
7
  "group bot",
@@ -35,7 +35,7 @@
35
  },
36
  "DB_NAME": {
37
  "description": "Your MongoDB database name.",
38
- "required": true,
39
  "value": ""
40
  },
41
  "OWNER_ID": {
@@ -44,57 +44,49 @@
44
  "value": "1344569458"
45
  },
46
  "SUPPORT_GROUP": {
47
- "description": "Your Telegram support group chat username where user's can contact in case of a problem..",
48
- "required": true,
49
  "value": "gojo_bots_network"
50
  },
51
  "MESSAGE_DUMP": {
52
  "description": "Event logs channel where bot will send updates.",
53
- "required": true,
54
- "value": "-1001713325956"
55
- },
56
- "VERSION": {
57
- "description": "A Version to be shown in bot.",
58
  "required": false,
59
- "value": "Stable"
60
  },
61
  "PREFIX_HANDLER": {
62
- "description": "Something like '/' to execute commands...Don't give comma or anything after 1 handler just give and space then enter second hand;ler",
63
  "required": true,
64
  "value": "/ ! $"
65
  },
66
  "DEV_USERS": {
67
- "description": "ID of users who are Devs of your bot. Use space to seprate values",
68
  "required": false,
69
- "value": " "
70
  },
71
  "SUPPORT_CHANNEL": {
72
- "description": "Channel where bot uodates will be posted!",
 
73
  "value": "gojo_bots_network"
74
  },
75
  "SUDO_USERS": {
76
- "description": "A space separated list of user IDs who you want to assign as sudo users.",
77
  "required": false,
78
- "value": " "
79
  },
80
  "WHITELIST_USERS": {
81
- "description": "A space separated list of user IDs whitelisted, cannot be restricted.",
82
  "required": false,
83
- "value": " "
84
  },
85
  "GENIUS_API" : {
86
  "description": "Your Lyrics Genius Api Token. To fetch lyrics of songs",
87
  "required": false,
88
  "value": ""
89
  },
90
- "AuDD_API" : {
91
- "description": "Your Audd api to get info of song by music file",
92
- "required": false,
93
- "value": ""
94
- },
95
  "BDB_URI": {
96
- "description": "Your mongodb uri different from previous one to store more info",
97
- "required": true,
98
  "value": ""
99
  },
100
  "TIME_ZONE": {
 
1
  {
2
  "name": "Gojo_Satoru",
3
  "description": "Gojo is a Telegram Group management bot made using Pyrogram and Python, which makes it modern and faster than most of the Telegram chat managers.",
4
+ "logo" : "https://te.legra.ph/file/633bd27c1607fe98920b6.jpg",
5
  "keywords": [
6
  "telegram bot",
7
  "group bot",
 
35
  },
36
  "DB_NAME": {
37
  "description": "Your MongoDB database name.",
38
+ "required": false,
39
  "value": ""
40
  },
41
  "OWNER_ID": {
 
44
  "value": "1344569458"
45
  },
46
  "SUPPORT_GROUP": {
47
+ "description": "Your Telegram support group chat username where users can contact in case of a problem..",
48
+ "required": false,
49
  "value": "gojo_bots_network"
50
  },
51
  "MESSAGE_DUMP": {
52
  "description": "Event logs channel where bot will send updates.",
 
 
 
 
 
53
  "required": false,
54
+ "value": ""
55
  },
56
  "PREFIX_HANDLER": {
57
+ "description": "Something like '/' to execute commands...Don't give a comma or anything after 1 handler just give and space then enter second hand;ler",
58
  "required": true,
59
  "value": "/ ! $"
60
  },
61
  "DEV_USERS": {
62
+ "description": "ID of users who are Devs of your bot. Use space to separate values",
63
  "required": false,
64
+ "value": ""
65
  },
66
  "SUPPORT_CHANNEL": {
67
+ "description": "Channel where bot updates will be posted!",
68
+ "required": false,
69
  "value": "gojo_bots_network"
70
  },
71
  "SUDO_USERS": {
72
+ "description": "A space-separated list of user IDs who you want to assign as sudo users.",
73
  "required": false,
74
+ "value": ""
75
  },
76
  "WHITELIST_USERS": {
77
+ "description": "A space-separated list of user IDs whitelisted, cannot be restricted.",
78
  "required": false,
79
+ "value": ""
80
  },
81
  "GENIUS_API" : {
82
  "description": "Your Lyrics Genius Api Token. To fetch lyrics of songs",
83
  "required": false,
84
  "value": ""
85
  },
86
+
 
 
 
 
87
  "BDB_URI": {
88
+ "description": "Your Mongodb uri different from the previous one to store more info",
89
+ "required": false,
90
  "value": ""
91
  },
92
  "TIME_ZONE": {