Back
Slack-Discord Bridge
Slack-Discord Bridge
#slackdiscord
Building a Slack <=> Discord bridge for Nomad List
Launched October 11, 2021
Load previous page…
#slackdiscord Make team on Discord so that @levelsio can edit the bot too
#slackdiscord Make bot verify users based on whether they exist in Nomad List DB based on @levelsio endpoint
#slackdiscord Set threads to archive after one day
#slackdiscord Get spammed on Twitter and have my phone battery drain real fast
#slackdiscord Check on channels and make sure there's no more duplicates
#slackdiscord Replace emojis in topic so flags are displayed correctly
#slackdiscord remove channel block from Slack so all messages get sent to Discord
#slackdiscord Sync emoji reactions in both directions. [WE ARE FEATURE COMPLETE YO]
#slackdiscord Mirror Discord emoji reactions to Slack with correct emoji translation
#slackdiscord Add slack-based logging for bridge so I can figure out what the bridge is doing without using @daniellockyer as intermediate
#slackdiscord fix issue with replies not being synced in production
#slackdiscord figure out with @daniellockyer why replies aren't being forwarded
#slackdiscord Verify that whitelist works and we're only running in the chosen beta channel
#slackdiscord Play "Chinese whispers" with @daniellockyer and the server
#slackdiscord Translate Slack emoji to Discord emoji successfully
#slackdiscord Make an authoratative and complete mapping list of Slack Emoji shortnames to Unicode emojis. Along the way figure out that Slack uses non-standard names in some cases, Discord just sends Unicode anyways, learn that PHP messes up emoji unless you specially escape them and finally learn that Slack doesn't even support Emoji 13.1 yet. Emojis suck.
#slackdiscord Decode HTML entities in messages
#slackdiscord Fix crazy bug that caused chaos on Nomad List slack
#slackdiscord Don't accept any messages that aren't normal user text messages
#slackdiscord Successfully reproduce bug finally