You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Context:
The issue is related to Discord bot which will be present in our Discord server . Some of the users in server will be Verified and some may not be verified .One who is verified, user has run the discord command ( /verify) in past. So If The Already Verified user at our discord server run the same command(/verify) to verify there should be a reply should sent to user through bot that , "Username" You are already linked your account as a verified User.
Expected Behavior :
Return the message saying - "Username" You are already linked your account as a verified User.
Possible Solution :
When a user run /verify , We will fetch all the user in our discord server from the API and find the one who is verified .
While fouded user will be equal to the current user who ran the command /verify . He/She will be replied by a message that . You are already linked your account as a verified User.
If founded user will not be equal to the current user who ran the command /verify . He/She will be given a link to verify themselves
The command that you will be running at the server :
The text was updated successfully, but these errors were encountered:
divyansh-prks
changed the title
RFC: Send "Account Already Linked" Response for Verified Users
Send "Account Already Linked" Response for Verified Users
Sep 18, 2023
Context:
The issue is related to Discord bot which will be present in our Discord server . Some of the users in server will be Verified and some may not be verified .One who is verified, user has run the discord command ( /verify) in past. So If The Already Verified user at our discord server run the same command(/verify) to verify there should be a reply should sent to user through bot that , "Username" You are already linked your account as a verified User.
Expected Behavior :
Return the message saying - "Username" You are already linked your account as a verified User.
Possible Solution :
The command that you will be running at the server :
The text was updated successfully, but these errors were encountered: