suggestionsbot / suggestions-bot-js

A Discord bot designed to build better communities by encouraging a positive and constructive relationship between community and staff.
https://suggestionsbot.com
GNU Affero General Public License v3.0
25 stars 5 forks source link

Persist data for 7 days after the bot is kicked from the server #61

Open acollierr17 opened 2 years ago

acollierr17 commented 2 years ago

Right now, the bot immediately deletes all data relevant to the server after it's removed. I'd like to persist this data for 7 days. If the bot isn't re-invited in that grace period, then proceed to delete the data. However, if the bot is re-invited, cancel the timer.

acollierr17 commented 2 years ago

Will be building a microservice to handle the bulk of this operation.

acollierr17 commented 2 years ago

Here is the microservice being built at https://github.com/suggestionsbot/guild-expirations