Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Send "Account Already Linked" Response for Verified Users #140

Open
3 tasks
divyansh-prk opened this issue Sep 18, 2023 · 2 comments
Open
3 tasks

Send "Account Already Linked" Response for Verified Users #140

divyansh-prk opened this issue Sep 18, 2023 · 2 comments

Comments

@divyansh-prk
Copy link

divyansh-prk commented 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 :

  • 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 :
image

@divyansh-prk divyansh-prk changed the title RFC: Send "Account Already Linked" Response for Verified Users Send "Account Already Linked" Response for Verified Users Sep 18, 2023
@iamitprakash
Copy link
Member

@divyansh2375 why to fetch all user details..?

@divyansh-prk
Copy link
Author

@iamitprakash fetch means like to findallusers .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants