MonitoRSS
  • Welcome to v6.0.0
  • Setting Up (Self Hosting)
    • Bot
    • Web Interface
      • Setting up HTTPS
    • Docker
    • Existing Bot/NPM
    • Process Managers
    • Staying Updated
  • Configuration
    • Bot Config
      • Schedules
    • Web Interface Config
    • Environment Variables
    • Discord Commands
    • MongoDB vs Databaseless
  • Bot Customizations
    • Placeholders
    • Text
    • Embed
    • Filters
      • Regular
      • Regex
    • Subscribers
    • Dates and Timezone
    • Webhooks
  • Advanced Bot Customizations
    • Custom Comparisons
    • Filtered Message Formats
    • Custom Regex Placeholders
  • More Info
    • FAQ
Powered by GitBook
On this page

Was this helpful?

  1. Bot Customizations

Text

PreviousPlaceholdersNextEmbed

Last updated 1 year ago

Was this helpful?

This documentation site is deprecated. Please visit the control panel at for all up-to-date functionality

The main message of the feed can be edited through Discord with the command text. Regular is possible wherever Discord allows, and of course placeholder use is supported.

"{date}\nA new feed has arrived!\n\n**{title}**\n{description}"

If you want to add links to your feed but do not want the embed that Discord creates, such as the one in the image below:

Add < and > around your link. This also applies for use with placeholders (for example, <{link}> ).

Format

Feed
{
    "title": "some title",
    "url": "http://somewebsite.com/rss/",
    "channel": "12345",
    "text": "My Message here!"
}
https://monitorss.xyz
Markdown formatting