Gregor7008 / Butler-George

Why another bot, if you only need one? Everything you need, right here: Moderation, Administration, Configuration...
Other
3 stars 0 forks source link

ModMail processing messages that were send while the bot was offline #21

Closed Gregor7008 closed 1 year ago

Gregor7008 commented 2 years ago

Could be done by just saving the ID of the latest message send whenever the bot is going offline and then reverting back to the message and sending every message send from this message on forward.

Gregor7008 commented 2 years ago

Will be done with the new modmail system anyways, as multiple tickets at once will need message caching and delayed sending when messages are received on a ticket that is not selected. So saving the ID of the latest message will be required both on the user side when going offline, as well as on the server side when the ticket is getting unselected. Therefore added "Duplicate" tag referring to #20 and #36

Gregor7008 commented 1 year ago

Done and working!