expresstechsoftware / connect-memberpress-discord-add-on

This add-on enables connecting your MemberPress enabled website to your discord server. Now you can add/remove MemberPress members directly to your discord server roles, assign roles according to your member levels, unassign roles when they expire, change role when they change membership.
GNU General Public License v2.0
4 stars 1 forks source link

Support - Role not assigned #117

Open ravisoni6262 opened 1 year ago

ravisoni6262 commented 1 year ago

Case: When a user subscribes, they are assigned a membership role as normal. However, if that same user accidentally leaves the server, while they still have an active membership, upon their return to the server they will not be automatically reassigned their Discord membership role. I've had to manually run the API again for that specific user to force a check - not optimal for handling a lot of traffic on an automation basis.

younes-dro commented 1 year ago

IF we can trigger an event when a member Re-joins the server and discord call an URL , or send email to the member . will be more efficient?