forked from Xeno-Strike-Force/GuardianAI.bot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.json
33 lines (33 loc) · 922 Bytes
/
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
{
"prefix": "-",
"icon": "https://xenostrikeforce.com/wp-content/uploads/2023/11/XSF_Logo_Large_Final-1024x1024.png",
"securityGroups": {
"0": {
"desc": "",
"roles": []
},
"1": {
"desc": "**(Mentor Only)**",
"roles": [
"468153018899234816",
"380249268818018304",
"380248896385056769",
"380248192534577152",
"880618812792262692"
]
},
"2": {
"desc": "**(Staff Only)**",
"roles": [
"380249268818018304",
"380248896385056769",
"380248192534577152",
"880618812792262692"
]
}
},
"dateFormatPattern": "DD.MM.YY, HH:mm",
"maxMessageLength": 2000,
"botName": "GuardianAI",
"botAuthor": "Xeno Strike Force"
}