Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 334 Bytes

File metadata and controls

15 lines (10 loc) · 334 Bytes

chatsdk

Slack bot built with chat-sdk.

Quick start

bun install
cp .env.example .env   # fill in Slack credentials + Redis URL
bun run index.ts

Docs

  • Slack Integration — setup, known issues (socket mode, ngrok), and troubleshooting.