-
Notifications
You must be signed in to change notification settings - Fork 1
/
utils.js
46 lines (46 loc) · 1.56 KB
/
utils.js
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
module.exports = {
blockedChannels: [
"C05G25Y9M6V", // #infra-alerts
"CLU651WHY", // #orpheus-internals
// "CNMU9L92Q", // #confessions (reasons are obvious)
"CCZ5LRL6P", // #politics (reasons are obvious)
"C0159TSJVH8", // #what-is-my-slack-id
"C077R6LC3C1", // #diredctory
//"CT0BV6UMV", // #confessions-meta,
// "C0188CY57PZ", // #meta
"C01T5J557AA", // #ssh-chat-bridge (banned users use this)
"C02GK2TVAVB", // #temp-email
"C078Q8PBD4G", // #library
"C029E8FARRC", // #minecraft-bridge
"C06QV2T1P4G", // longest thread on slack (krn)
// Here's a list of bot channels/spammy channels
// This goes here in order to prevent the indexing of artificially inflated rankings
"C0P5NE354",
"C06QL7WMRLK",
"C02HSS9Q3D5",
"C06T9MYV543",
"C077YSMMAPL",
"C077SBH8C1L",
"C078K46G9NU",
"C071BTQFB17",
"C05RETCS0EL",
"C02T3CU03T3",
"C02HSS9Q3D5",
"C02B7CWDD0E",
"C016DEDUL87",
"C070Y7F0PDG",
"C06SBHMQU8G", // arcade
"C077TSWKER0", // arcade
"C06S6E7CXK7", // arcade dev
"C063RPGKRL2", // scrapbook
"C073DL2R5NK", // flight board for trail
"C07ST3FF4S0",
],
queries: {
topThreads: `-is:dm is:thread -in:#arcade -in:#arcade-help -in:#arcade-lounge -in:#confessions -in:#meta -in:#scrapbook -in:#hackclub-leeks -in:#trail-flightboard`,
topChannels: `-is:dm -in:#arcade -in:#arcade-help -in:#arcade-lounge -in:#confessions -in:#meta -in:#scrapbook -in:#hackclub-leeks -in:#trail-flightboard`,
},
channelEmojis: {
C056AMWSFKJ: "⚙️",
},
};