Real-Dev-Squad / discord-slash-commands

MIT License
4 stars 21 forks source link

Unverified Role Removal post using '/verify' #194

Open Shenoy07 opened 5 months ago

Shenoy07 commented 5 months ago

Issue Description

When we use the '/verify' command and the verification is successful we have to manually remove the unverified tag from the user's respective profile.

Expected Behavior

When '/verify' command is used and the verification is successful, the 'unverified' role for the user should automatically be removed.

Current Behavior

Currently, when we run the above steps the 'unverified' role has to be removed manually.

Screenshots

Reproducibility

Steps to Reproduce

  1. We need a new member to join RDS(preferably not a returning user)
  2. Ask them to run the '/verify' command
  3. And we can see that even if the verification is successful, the 'unverified tag' doesn't go away.

Severity/Priority

Additional Information

Checklist