forked from FlippedCodes/gurglebot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.json
72 lines (70 loc) · 2.01 KB
/
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
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
{
"name": "Mi Amour",
"guildId": "1140743159777874062",
"teamRole": "1140768512122568744",
"ownerRole": "1014912607062327368",
"setup": {
"logStatusChannel": "1143657641667727512",
"setupFunctions": [
"SETUP_initCommands",
"SETUP_offlineStat",
"SETUP_status"
]
},
"reactionLoggingChannel": "496959577041010692",
"checkin": {
"reaction": {
"channel": "1140788960797396992",
"message": "1144003787456008413",
"emoji": "👌"
},
"welcomeChannel": "1141822426636881960",
"checkinRole": "1140767977399124048",
"hideOpenChannels": "1143305238477033575",
"declineFallbackChannel": "1140788960797396992",
"parentServer": {
"serverID": "300051375914483715",
"roleID": "345333709391659009"
}
},
"openChannelCategory": "1143303038090612898",
"aboutText": "./readme.md",
"contentWarning": {
"cwStrings": ["cw", "content warning", "contentwarning", "warning", "content", "content-warning"],
"checkChannels": [
"1141834642660528168",
"1141834812143972372"
]
},
"bio": {
"bioChannels": [
"1141823017735946321",
"1141831504331284600",
"1141834301890117693"
]
},
"linkReplace": {
"checkChannels": [
"1141822426636881960",
"1141822500792193054",
"1141832729902723123",
"1141832288590626897",
"1141834642660528168",
"1141834812143972372"
],
"links": [
{
"search": "www.furaffinity.net",
"replace": "fxfuraffinity.net"
},
{
"search": "//furaffinity.net",
"replace": "//fxfuraffinity.net"
},
{
"search": "//twitter.com",
"replace": "//vxtwitter.com"
}
]
}
}