Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 606 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 606 Bytes

Discord Slack Bridge with Convex

Sync messages & threads from Discord into Slack. It will turn Discord threads into Slack threads, replying in the right thread on new messages.

My usecase is to mirror our "#support" forum in Discord into a Slack channel, so folks here don't have to periodically switch from Slack to Discord to scan, and which allows us to discuss and reference and search support threads in slack.

Installation

pnpm i

Configure backend

cd packages/db

Then follow the README there.

Running the dashboard

npm run dev