-
Notifications
You must be signed in to change notification settings - Fork 2
/
heroku-config.edn
74 lines (62 loc) · 4.49 KB
/
heroku-config.edn
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
73
74
{
:football-data-api-token #env FOOTBALL_DATA_API_TOKEN
:discord-application-id #env DISCORD_APP_ID
:discord-api-token #env DISCORD_API_TOKEN
:discord-event-channel-size 100
:guild-id "683853455034548236"
:match-reminder-channel-id "686396574104158228" ; League Discussions > #live-updates
:match-reminder-duration-mins 15
:country-to-channel-map {
"EUR" "683856917122121734" ; League Discussions > #international
"INT" "683856917122121734" ; League Discussions > #international
"SAM" "683856917122121734" ; League Discussions > #international (South America)
"ENG" "683856416351846441" ; League Discussions > #england
"DEU" "687660279189995554" ; League Discussions > #germany
"ITA" "687660332981944321" ; League Discussions > #italy
"USA" "683856451583869019" ; League Discussions > #united-states
}
:default-reminder-channel-id "710316975393341511" ; League Discussions > #other-leagues (fallback)
:muted-leagues [
"Championship" ; England 2nd division
"Série A" ; Brazil
"Primeira Liga" ; Portugal
]
; To determine custom emoji tags, go into a chat and type "\:emojishortcut:" - Discord will automatically convert it into the "extended" form shown below, which is required for a bot to send custom emoji
:education-and-resources-channel-id "686439362291826694" ; Refereeing > education-and-resources
:quiz-channel-id "771086596644274216" ; Refereeing > quizzes-and-videos
:video-channel-id #ref [:quiz-channel-id]
:post-channel-id #ref [:quiz-channel-id]
:memes-channel-id "683853455038742610" ; Lounge > memes-and-junk
:ist-channel-ids [#ref [:memes-channel-id]
"939972121487089796" ; Lounge > live-chat
"701813682430279712" ; Server > bots
"723309028725227532"] ; Admin > Testing
:youtube-api-token #env YOUTUBE_API_TOKEN
:default-youtube-emoji "<:youtube:771103353454460938>"
:youtube-channels {
"UCxdPyM0KXNhXGUChb1FaJSA" {:emoji "<:frva:791780784754655233>" :channel-id #ref [:video-channel-id]} ; Football Victoria Referees
"UCosXVB8eY3iF26k6iTHW9gw" {:emoji "<:concacaf:791778812736045097>" :channel-id #ref [:video-channel-id]} ; CONCACAF Center of Refereeing Excellence
"UCkWdcTQDOPPHXQ6asE9R1Sg" {:emoji "<:csa:814941184232914975>" :channel-id #ref [:video-channel-id]} ; CSA Referee
"UCRvL3eeBF3MFGFn6vnqR0nw" {:emoji #ref [:default-youtube-emoji] :channel-id #ref [:video-channel-id]} ; WASRC Webinars
"UCcMv5IAlVBy-7oHt7pdiLxQ" {:emoji #ref [:default-youtube-emoji] :channel-id #ref [:video-channel-id]} ; RWISOA Referees
"UCjlAAUxk70KurpcLWcFL8Mg" {:emoji #ref [:default-youtube-emoji] :channel-id #ref [:video-channel-id]} ; Victor Karimi's Referee Channel
"UCfWpYhMIs2xqq7-v9HDAxuQ" {:emoji "<:cnra:769311341751959562>" :channel-id #ref [:video-channel-id]} ; Matthew Buckman (CNRA)
"UCjOMOGOifZ1NwpAgCXv0-rw" {:emoji "<:refsix:791761342234624030>" :channel-id #ref [:video-channel-id]} ; REFSIX
; "UCmzFaEBQlLmMTWS0IQ90tgA" {:emoji "<:ist:733173880403001394>" :channel-id #ref [:memes-channel-id]} ; IST goes to Lounge > memes-and-junk - DISABLED
}
:usa-channel-id "723567903164596274" ; Note: this is just a convenience; it isn't used in the code
:pro-category-to-channel-map {
"PRO Insight" #ref [:post-channel-id]
"The Definitive Angle" #ref [:post-channel-id]
"VAR a Fondo" #ref [:post-channel-id]
"Inside Video Review" #ref [:post-channel-id]
"MLS Assignments" #ref [:usa-channel-id]
"NWSL Assignments" #ref [:usa-channel-id]
"International assignments" #ref [:usa-channel-id]
"USL Assignments" #ref [:usa-channel-id]
}
:blocklist {
"(?i)refereestore\\s*\\.\\s*com" "Hi there! Just a quick head's up that I deleted your message as it contained a link to refereestore DOT com. References to that site are banned on this Discord server, as the owner of that business has a well-documented public history of serious bigotry, and we have a zero tolerance policy for such attitudes here. Please contact the admin team if you have any questions, and have a nice day! 😃"
}
:blocklist-notification-channel-id "686270565828264063" ; Admin > logs
}