Guide/Automation/Feeds, scheduled messages & reminders
Feeds, scheduled messages & reminders — Discord Bot Guide
YouTube, Twitch, GitHub, RSS and Reddit announcements; scheduled messages; reminders.
Quick answer
Feeds and schedules
!features feed add youtube @handle #videos role:@Notify
!features feed add rss https://example.com/feed.xml #news
!features schedule add reminder #general "daily 09:00" "Good morning {server.name}!"
!features schedule add weekly #staff "weekly mon 18:00" embed:staff-meeting
!features sticky set #rules "Read the rules before posting!"Ask the guide
Step by step
Feeds
!features feed add youtube UC… #videos role:@Notify template:"New video: {feed.title} {feed.url}"
!features feed add twitch shroud #live · !features feed add github owner/repo #dev
!features feed add rss https://…/feed.xml #news · !features feed add reddit discordapp #reddit
!features feed list · !features feed remove <id>Platforms: youtube (channel id or handle), twitch (login), github (owner/repo commits and releases), rss, reddit (subreddit). Templates get {feed.title}, {feed.url}, {feed.author}; or attach a custom embed.
Scheduled messages
!features schedule add reminder #general "daily 09:00" "Good morning {server.name}!"
!features schedule add weekly #staff "weekly mon 18:00" embed:staff-meeting roles:123…
!features schedule add launch #announcements 2026-12-24T18:00Z "It's live!"
when: daily HH:mm | weekly <day> HH:mm | monthly <day> HH:mm | every 30m | ISO date
!features schedule list · !features schedule remove reminderReminders
!remind set 2h30m "check the oven" dm:true · !remind list · !remind cancel a1b2c3 · !remind snooze a1b2c3 15mCopy and try
Feeds and schedules
!features feed add youtube @handle #videos role:@Notify
!features feed add rss https://example.com/feed.xml #news
!features schedule add reminder #general "daily 09:00" "Good morning {server.name}!"
!features schedule add weekly #staff "weekly mon 18:00" embed:staff-meeting
!features sticky set #rules "Read the rules before posting!"Good to know
- when: daily HH:MM · weekly <day> HH:MM · monthly <day> HH:MM · every 30m · ISO date (UTC).
- Feed polling interval depends on the plan.
- Pause and Resume on the dashboard keep a schedule or feed without deleting it.
Still stuck? Ask in the support server.