MonitoRSS Versions Save

MonitoRSS RSS bot (formerly known as Discord.RSS) with customizable feeds. https://monitorss.xyz

6.13.26

2 years ago

Fix linting issues Fix permission check bug where it did not make an exception for owners for supporter-blocked bots

6.13.25

2 years ago

Reorder command permission checks to check if bot is supporter-blocked after other permission checks (to allow owner IDs to work as intended)

6.13.24

2 years ago

Fix debug feed ids added from database not fully registering

6.13.23

2 years ago

Fix a case where no feed alerts were sent when a profile exists but no users are set

6.13.22

2 years ago

Fixed config.feeds.articleRateLimit not being respected (it was being multiplied by 5 on self hosts)

6.13.21

3 years ago

Change the minimum config.feeds.max value to be -1 to disable all feeds Add config._vipRestricted to restrict global access to supporters Fix webhook command checking the wrong channel for webhook permission and webhooks

6.13.20

3 years ago

Support articleMaxAge for feed-specific staleness determination for date checks

6.13.19

3 years ago

Fixed the occasional RangeError: Maximum call stack size exceeded that happens in logging Support whitelisted schedules in run schedule script Optimize sending fail record alerts by re-using the already-queried schedule feeds in schedule runs

6.13.18

3 years ago

Add support for registering debug feed IDs through the database. This decouples the debugging process from bot commands.

6.13.17

3 years ago

Fix custom schedules not being read properly in independent schedule runs