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
  • Discord.RSS has been renamed to MonitoRSS.
  • Migration (v5 to v6)
  • MongoDB
  • Databaseless

Was this helpful?

Welcome to v6.0.0

NextBot

Last updated 7 months ago

Was this helpful?

This documentation site is deprecated. Please visit the README of for hosting instructions.

Discord.RSS has been renamed to MonitoRSS.

Commands have been disabled on the public bot in anticipation of . All functions must be done either through the current control panel at or the newer one at

Migration (v5 to v6)

Before updating, always backup your server files with the relevant backup command.

MongoDB

  1. Set up , using the same config.database.uri (refer to )

  2. Run npm install

  3. Run npm run migrate-v6

Data from old collections will be migrated to new, differently-named collections.

Databaseless

  1. Set up , using the same config.database.uri (refer to )

  2. Run npm install

  3. Copy the directory you specified in config.database.uri from your v5 directory to the one you set up for Discord.RSS-Clone

  4. Run npm run migrate-v6

Old files will be migrated and split into multiple files in newly created folders within your config.database.uri.

https://github.com/synzen/MonitoRSS
Discord's breaking permission changes
https://monitorss.xyz
https://my.monitorss.xyz
https://github.com/synzen/MonitoRSS-Clone
v6 configuration
https://github.com/synzen/MonitoRSS-Clone
v6 configuration