-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathconfig.json
executable file
·41 lines (41 loc) · 991 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
34
35
36
37
38
39
40
41
{
"botconfig": {
"token": "",
"mainserver": "251008837983797259"
},
"serverdata": {
"dmsupportcategory": "799689953394819103",
"botlogchannel": "308257067716706305",
"projekterole": "851200780723027989",
"niceone": "416631938833711111",
"liveStream": {
"voiceChat": "703298739602718813",
"textChat": "703298655666569316"
}
},
"automod": {
"muteOnSpam": false,
"deleteSpamMessages": false
},
"mysqldata": {
"connectionLimit": "",
"host": "",
"user": "",
"password": "",
"database": ""
},
"botspamsystem": {
"userToTrigger": 4,
"timeout": 20
},
"webhook": {
"error": "https://discord.com/api/webhooks/",
"logs": "https://discord.com/api/webhooks/"
},
"colors": {
"red": 16726843,
"orange": 16748859,
"yellow": 16774971,
"green": 5242148
}
}