Skip to content

Commit 3989339

Browse files
Merge branch 'oofs_and_lmaos' of github.com:Together-Java/TJ-Bot into oofs_and_lmaos
2 parents 2127d4f + 2187dcd commit 3989339

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed

application/config.json.template

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,24 @@
9797
"rateLimitWindowSeconds": 10,
9898
"rateLimitRequestsInWindow": 3
9999
},
100+
"helperPruneConfig": {
101+
"roleFullLimit": 100,
102+
"roleFullThreshold": 95,
103+
"pruneMemberAmount": 7,
104+
"inactivateAfterDays": 90,
105+
"recentlyJoinedDays": 4
106+
},
107+
"featureBlacklist": {
108+
"normal": [
109+
],
110+
"special": [
111+
]
112+
},
113+
"starboard": {
114+
"emojiNames" : ["⭐"],
115+
"channelPattern": "starboard"
116+
}
117+
},
100118
"featureBlacklist": {
101119
"normal": [
102120
],
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
CREATE TABLE starboard_messages
2+
(
3+
message_id BIGINT NOT NULL PRIMARY KEY
4+
)

0 commit comments

Comments
 (0)