-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp-settings.json
110 lines (108 loc) · 3.81 KB
/
app-settings.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
99
100
101
102
103
104
105
106
107
108
109
110
{
"name": "Arctivius's_Automaton",
"defaultTimeout": 30000,
"teamspeak": {
"checkTimeoutMins": 15,
"server": "ts40.gameservers.com:9115",
"channels": [
"[CBo] WvW\\sOpen\\sChannel",
"[PACK] WvW\\sOpen\\sChannel"
],
"exePath": "C:\\Program Files\\TeamSpeak 3 Client\\ts3client_win64.exe",
"exeName": "ts3client_win64.exe"
},
"attendance":{
"manager": {
"reportDelayHours": 2
},
"voice": {
"intervalCheck": 15,
"attendanceThreshold": 45
}
},
"schedule": [
{ "day": 0, "short": "Su", "time": { "h": 20, "m" : 0 }, "duration": 2, "packRun": true },
{ "day": 1, "short": "M", "time": { "h": 20, "m" : 30 }, "duration": 2, "packRun": true },
{ "day": 3, "short": "W", "time": { "h": 20, "m" : 30 }, "duration": 2, "packRun": true }
],
"vault":{
"guildId": "9F02DC40-A030-ED11-81AC-95DFE50946EB",
"checkDelayHours": 24
},
"guildsync": {
"checkTimeoutMins": 30
},
"commands": [
{
"command": "attendance",
"permissions": {
"roles" : [
{"name": "Officers", "id": "555929004071321620" },
{"name": "Discord Admin", "id": "561952188197503006" },
{"name": "Admin", "id": "468989659691614219" },
{"name": "Arctivius's Automaton", "id": "1116551526761123953" },
{"name": "PACK - Pack Leader", "id": "1244888202456858664" }
],
"users" : []
}
},
{
"command": "guildsync",
"permissions": {
"roles" : [
{"name": "Officers", "id": "555929004071321620" },
{"name": "Discord Admin", "id": "561952188197503006" },
{"name": "Admin", "id": "468989659691614219" },
{"name": "Arctivius's Automaton", "id": "1116551526761123953" },
{"name": "PACK - Pack Leader", "id": "1244888202456858664" }
],
"users" : []
}
},
{
"command": "check-attendance",
"permissions": {
"roles" : [
{"name": "Officers", "id": "555929004071321620" },
{"name": "Discord Admin", "id": "561952188197503006" },
{"name": "Admin", "id": "468989659691614219" },
{"name": "Arctivius's Automaton", "id": "1116551526761123953" },
{"name": "PACK - Pack Leader", "id": "1244888202456858664" }
],
"users" : []
}
}
],
"messagecommands": {
"activationKey": "!"
},
"googlesheets":[
{
"guildTag": "CBo",
"sheetId" : "1J5yecI2hPcPW2D_FDYuQDCPWBNUmgMotDxPZYLZdwkQ",
"sheetName": "CBo"
},
{
"guildTag": "PACK",
"sheetId" : "1J5yecI2hPcPW2D_FDYuQDCPWBNUmgMotDxPZYLZdwkQ",
"sheetName": "PACK"
}
],
"gw2": {
"wvw": {
"relink_dates": [
"Friday, February 7, 2025 at 12:00 AM",
"Friday, March 7, 2025 at 12:00 AM",
"Friday, April 4, 2025 at 12:00 AM",
"Friday, May 2, 2025 at 12:00 AM",
"Saturday, June 7, 2025 at 12:00 AM",
"Friday, July 4, 2025 at 12:00 AM",
"Friday, August 1, 2025 at 12:00 AM",
"Friday, September 5, 2025 at 12:00 AM",
"Friday, October 3, 2025 at 12:00 AM",
"Friday, November 7, 2025 at 12:00 AM ",
"Friday, December 5, 2025 at 12:00 AM)"
]
}
}
}