Skip to content

Allowed role listeners to survive restarts and fixed bugs

Eirik Hanasand requested to merge dev into main

Allowed role listener messages to survive restarts by storing their channel and message ids on a file, and reading this file at restart. The content of the messages are then read to setup the proper emojis and listen for reactions.

Merge request reports