-
Notifications
You must be signed in to change notification settings - Fork 2
/
config.json
98 lines (98 loc) · 2.02 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
{
"owners": ["217448431545745408", "140599441328439297"],
"errorChannel": "893296394478182450",
"listeners": {
"iFunnyFixer": {
"enabled": true
},
"uselessConversions": {
"enabled": true
}
},
"commands": {
"jpeg": {
"options": {
"aliases": ["jpg"]
},
"vars": {
"resize": 512,
"jpeg": 1,
"posterize": 8
}
},
"corn": {
"options": {
"aliases": ["🌽"]
},
"vars": {
"cornURL": "https://dl.carsonseese.com/discord/corn.jpg",
"cornCornURL": "https://dl.carsonseese.com/discord/corncorn.png",
"cubeURL": "https://media1.tenor.com/images/f2992828c6d4faeaced7aff0aa8d45ba/tenor.gif?itemid=19044521"
}
},
"inspire": {
"options": {
"cooldownDelay": 60000,
"cooldownLimit": 3
}
},
"triggered": {
"options": {
"cooldownDelay": 300000,
"cooldownLimit": 1
}
},
"gif": {
"options": {
"aliases": ["gifs", "jif", "jifs"],
"cooldownDelay": 60000,
"cooldownLimit": 5
},
"vars": {
"search": [
"tech",
"food",
"gaming",
"cars",
"programming",
"hacking",
"discord",
"music",
"dancing",
"eating",
"computers",
"drawing",
"game",
"siege",
"minecraft",
"beat saber",
"virtual reality",
"VR",
"gif",
"code",
"deep sea",
"metaverse",
"nft"
],
"contentfilter": "low"
}
},
"fry": {
"options": {
"aliases": ["deepfry"]
},
"vars": {
"jpeg": 15,
"posterize": 8,
"contrast": 0.95,
"redMixOpacity": 15,
"superimposeScale": 0.2,
"wearyFaceProb": 0.5,
"okHandProb": 0.75,
"hundredProb": 0.5,
"waterProb": 0.25,
"maxHands": 3
}
}
}
}