Hi Robo.js team 👋
I’m building ERIFY™, a community-driven Discord ecosystem. One challenge is connecting forum channels (like #suggestions) with a feed channel (like #flame-feed) so that every new forum thread is highlighted automatically with an embed.
🔥 Proposed Feature
Add a Robo.js module/plugin that:
- Listens for new thread creation in a forum channel
- Auto-posts a customizable embed into a feed channel with:
- Thread title + link
- Short description/preview
- Custom footer & color
⚡ Benefits
- Keeps community discussions surfaced and visible
- Useful for structured communities (like ERIFY’s EGO Seals, GOALLIN Decrees, DCREEDS)
- Reusable across many servers needing Forum → Feed Highlights
🛠 Implementation Ideas
- Use
threadCreate event listener
- Configurable with
.env:
SUGGESTIONS_ID=123456789
FLAME_FEED_ID=987654321
Hi Robo.js team 👋
I’m building ERIFY™, a community-driven Discord ecosystem. One challenge is connecting forum channels (like
#suggestions) with a feed channel (like#flame-feed) so that every new forum thread is highlighted automatically with an embed.🔥 Proposed Feature
Add a Robo.js module/plugin that:
⚡ Benefits
🛠 Implementation Ideas
threadCreateevent listener.env: