-
-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathconfig.json
55 lines (55 loc) · 1.73 KB
/
config.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
47
48
49
50
51
52
53
54
55
{
"clientToken": "your token here",
"shardCount": 1,
"owner": "0",
"testServers": [
],
"settings": {
"logChannel": "0",
"joinLogChannel": "0",
"logWebhook": "",
"statusWebhook": "",
"includeSpamStatuses": true,
"supportedMCVersion": "1.21.4",
"author": "Tis_awesomeness",
"authorTag": "@tis_awesomeness",
"invite": "https://minecord.github.io/invite",
"helpServer": "https://minecord.github.io/support",
"website": "https://minecord.github.io",
"github": "https://github.com/Tisawesomeness/Minecord",
"prefix": "&",
"game": "/help | {guilds} guilds",
"devMode": false,
"debugMode": false,
"deleteCommands": false,
"useMenus": true,
"showMemory": false,
"elevatedSkipCooldown": true,
"serverTimeout": 5000,
"serverReadTimeout": 5000,
"useElectroidAPI": false,
"useGappleAPI": true,
"recordCacheStats": false,
"itemImageHost": "https://minecord.github.io/item/",
"recipeImageHost": "https://minecord.github.io/recipe/",
"crafatarHost": "https://crafatar.com/",
"reuploadCrafatarImages": false
},
"botLists": {
"sendServerCount": false,
"pwToken": "your token here",
"orgToken": "your token here",
"receiveVotes": false,
"webhookURL": "sample",
"webhookPort": 8000,
"webhookAuth": "auth here"
},
"database": {
"type": "sqlite",
"host": "./minecord.db",
"port": "3306",
"name": "minecord",
"user": "minecord",
"pass": "password here"
}
}