Add a few more channels to the live slack feed (#76)

*  Add a few more channels to the live slack feed

* Alphabetical Order 

(Might be wrong I didn't double check)

* Update slack-events.js

Co-authored-by: Sam Poder <39828164+sampoder@users.noreply.github.com>
This commit is contained in:
Matthew Gleich 2021-01-20 07:25:04 -05:00 committed by GitHub
parent 5795d3f78d
commit 9250dc4bcf

View file

@ -22,12 +22,12 @@ const whitelistedChannels = new Set(
`
3d-printing ai all-hands apple art bank blockchain books cats
challenges code college-apps confessions cooking coronavirus counttoamillion deals
debate design dogs ethical-hacking film food
functional gamedev go-bears hack-night hackathons hardware
debate design dogs ethical-hacking flutter film food
functional gamedev gh go go-bears hack-night hackathons hardware
homelab hours hq india javascript languages late-night-hw-club lgbtq linux lounge
mason math memes minecraft music neuroscience photography python
rust scrapbook ship sink-my-ship sleep social studycorner support swift todayilearned
politics welcome westborough wip workshops writing
ricing rust scrapbook ship sink-my-ship sleep social studycorner support swift
todayilearned politics welcome westborough wip workshops writing
`
.split(/\s+/gi)
.filter(i => i.length > 0)