The bot automatically synchronizes guide markdown files from src/commands/guides/subjects/ to a Discord channel when it starts up.
Add to your .env.local file:
GUIDES_CHANNEL_ID=1234567890123456789
npm run sync-guides- Manual sync (updates only changed guides)npm run sync-guides:init- Force sync (posts all guides fresh)
Guides need frontmatter with a name field:
---
name: JavaScript
---
Your guide content here...