FoxxMD / context-mod

an event-based, reddit moderation bot built on top of snoowrap and written in typescript
https://contextmod.dev
MIT License
49 stars 11 forks source link

Implement detecting comment reply #8

Open FoxxMD opened 3 years ago

FoxxMD commented 3 years ago

If a submission or comment already has been replied to (at top level) from a moderator (or automod) then we don't want to also perform actions on it as we can assume it's already been manually actioned.

This shouldn't be an issue if the bot is using a fast poll time but want to cover all the bases.

FoxxMD commented 1 year ago