-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.json.example
More file actions
39 lines (33 loc) · 985 Bytes
/
config.json.example
File metadata and controls
39 lines (33 loc) · 985 Bytes
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
{
"//" : "Logging settings",
"//Schema" : "True or False.",
"logToFile" : "False",
"logToDatabase" : "True",
"logMessagesToLocalDatabase" : "True",
"//" : "Appearance settings",
"//Schema" : "HEX Color, like: '0x5F0FD6'.",
"embedColors" : {
"primary" : "0x5F0FD6",
"success" : "0x0DFF00",
"successSecondary" : "0x87FF9D",
"failure" : "0xFF0D0D",
"warning" : "0xE3F51B"
},
"//" : "Economy command cooldown times in minutes",
"//Schema" : "A simple integer. '6' will represent a 6 minute cooldown. The command won't have a cooldown if '0' is specified.",
"economyCooldown" : {
"beg" : "2",
"blackjack" : "8",
"coinflip" : "8",
"rob" : "12",
"roulette" : "10",
"work" : "1"
},
"//" : "Darwin video scraper configuration",
"darwin" : {
"feedUrl" : "https://theync.com/most-recent/",
"interval" : 120000,
"markerOne" : "https://theync.com/media/video",
"markerTwo" : "https://theync.com"
}
}