-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtemplate.config.json
More file actions
55 lines (55 loc) · 1.25 KB
/
template.config.json
File metadata and controls
55 lines (55 loc) · 1.25 KB
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
{
"mode": "normal",
"version": "beta",
"ignore_events": ["MESSAGE_DELETE","INTERACTION_CREATE"],
"settings": {
"regen_token": false,
"notify_discord": true,
"regen_on": "DANGER"
},
"redis": {
"host": "localhost",
"password": "root"
},
"discord": {
"token": "Bot Token",
"notified": [""],
"emergency_webhook": {
"token": "",
"id": ""
}
},
"github": {
"token": ""
},
"custom": {
"embed_colors": {
"default": 5793266,
"danger": 15548997,
"success": 5763719,
"warning": 16705372,
"info": 5793266
},
"embed_icons": {
"danger": "https://i.arvix.ml/Spectre_Red.png",
"success": "https://i.arvix.ml/Spectre_Green.png",
"warning": "https://i.arvix.ml/Spectre_Yellow.png",
"info": ""
},
"text": {
"console": {
"start_menu": {
"redis_connected": "Connected to Redis Server!",
"connecting_to_discord": "Everything is ready, connecting to Discord..."
}
},
"embed": {
"danger_title": "Danger!",
"warning_title": "Warning!"
}
},
"embed_footer": {
"text": "Spectre System - {{VERSION}}"
}
}
}