-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Labels
Description
Story
As a user, I want to share a blog post in a Discord channel, so that community members can easily view and discuss new content.
Motivation
Sharing blog posts in Discord increases engagement and ensures the community is aware of new updates.
Requirements
- Use the slug retrieval feature from #291 to generate a link to the blog post.
- Implement functionality to post the blog link (and optionally title/summary) to a specified Discord channel.
- Handle errors gracefully (e.g., invalid slug, Discord API failures).
- Optionally, allow configuration of the Discord channel and message format.
Dependency
Depends on #291: Add method to retrieve blog slug.
Additional Context
This feature will help automate sharing and improve visibility for blog content within the Discord community.