SRTigers98/ye-ol-birthday-reminder

Garbage Collection for unused Guilds

friendsfriend opened this issue · 2 comments

  • When Bot leaves channel, internal data for this channel hast to be removed from the database
  • Scheduler Tasks must be stopped

According to the discord commands and events, there is no event that indicates the bot left a guild.
However, since a cleanup is needed, a new solution must be developed.

To cleanup the database, a scheduled task should run once every week which checks all joined guilds of the bot.
If a guild is in the database the bot is no member anymore, all database entries referenced to this guild should be deleted.