mirror of
https://github.com/System-End/site.git
synced 2026-04-20 00:25:19 +00:00
✨ 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:
parent
5795d3f78d
commit
9250dc4bcf
1 changed files with 4 additions and 4 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue