Requires Basic. Up to 10 feeds per server. See how notifications work for the shared rules.
Adding a feed
Paste the feed URL. Vetox fetches and parses it before saving; anything that is not a readable feed is rejected with Invalid RSS feed URL or unable to parse feed.Settings
Variables
How much text
{item.description} carries is entirely up to the publisher. Some feeds give a one-line summary, others the full article. Vetox does not truncate it, but Discord’s 4,096-character description limit applies.What is announced
Checked every 5 minutes with a 5-minute cooldown per feed.Items with no readable publish date bypass the 2-hour age cutoff. A poorly-formed feed can therefore announce older items. If a feed does this repeatedly, it is a defect in the feed, not in Vetox.
Real-world examples
A game's patch notes
A game's patch notes
Many studios publish a changelog feed. This is often better than the Steam integration because it carries only official posts.
A status page
A status page
Most status pages expose a feed. Route it to your staff channel for early warning of an outage affecting your community.
Troubleshooting
The feed will not save
The feed will not save
Vetox must be able to fetch and parse it right then. Check the URL in a browser — if it renders as a web page rather than XML, it is not the feed URL.
Old items were announced
Old items were announced
The feed does not provide usable publish dates, so the age cutoff cannot apply.
A burst of announcements arrived at once
A burst of announcements arrived at once
The publisher re-dated multiple items. There is no rate limit beyond the per-feed cooldown.
The description is empty
The description is empty
That feed does not include one. Use
{item.title} and {item.url} instead.Podcasts
A specialised view of the same feed machinery.