dignityofwar / diglet-bot

TypeScript Discord bot serving the Dignity of War community.
1 stars 0 forks source link

Purger: If active member has already left the server, the purger errors #186

Open Maelstromeous opened 1 month ago

Maelstromeous commented 1 month ago

What's happening is if someone has left the active members list, the Discord function to get them will fail. We need to allow it to fail, and simply remove the member from the active list.

Maelstromeous commented 1 month ago

Should never occur as of https://github.com/dignityofwar/diglet-bot/commit/bc4a5a372e18578fc5344125b4f47d1205db5efb, because whenenever someone leaves their record should be removed along with it.

Requires verification before closing.