Explore the idea of adding a config option that would let action execution be delayed using the Scheduler.
This would probably involve spinning out the flair action execution into a separate function, which would then either be called from the ModAction trigger or Scheduler.
Why? This would fix any race conditions with Toolbox removals, as currently the post flair may be set before Toolbox distinguishes its removal reason, thus making the bot think it needs to add a removal reason.
Explore the idea of adding a config option that would let action execution be delayed using the Scheduler.
This would probably involve spinning out the flair action execution into a separate function, which would then either be called from the ModAction trigger or Scheduler.
Why? This would fix any race conditions with Toolbox removals, as currently the post flair may be set before Toolbox distinguishes its removal reason, thus making the bot think it needs to add a removal reason.