-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.json
More file actions
48 lines (48 loc) · 974 Bytes
/
config.json
File metadata and controls
48 lines (48 loc) · 974 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
40
41
42
43
44
45
46
47
48
{
"bot": {
"name": "Dev Bot",
"version": "1.2",
"description": "Full-featured Discord bot",
"color": "#5865F2"
},
"economy": {
"startingBalance": 1000,
"dailyAmount": 500,
"weeklyAmount": 3500,
"workMin": 50,
"workMax": 200,
"workCooldown": 3600000,
"dailyCooldown": 86400000,
"weeklyCooldown": 604800000
},
"leveling": {
"enabled": true,
"xpPerMessage": [15, 25],
"xpCooldown": 60000,
"levelUpMessage": true,
"levelFormula": "level * level * 100"
},
"battle": {
"huntCooldown": 30000,
"pvpCooldown": 60000,
"critChance": 0.15,
"critMultiplier": 1.5
},
"moderation": {
"logChannel": null,
"autoMod": {
"enabled": false,
"antiSpam": true,
"antiRaid": true,
"badWords": []
}
},
"features": {
"tickets": true,
"giveaways": true,
"reactionRoles": true,
"welcome": true,
"autoRole": true,
"starboard": true
}
}