Skill: Add Discord Integration
Status: Ready
Difficulty: Medium
Prerequisites: Discord Bot Token
Description
Add Discord bot integration to BabyBot alongside WhatsApp.
Instructions
- •Install
discord.jsand types. - •Add
DISCORD_BOT_TOKENto.env. - •Create
src/channels/discord.tsfor inbound/outbound message handling. - •Register Discord channel in
src/index.ts. - •Reuse existing group registration and routing behavior.
Verification
- •Start app with token configured.
- •Send a Discord message in a test channel.
- •Confirm message is stored and BabyBot responds.