Real-Dev-Squad / discord-slash-commands

MIT License
4 stars 21 forks source link

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

Open divyansh2375 opened 10 months ago

divyansh2375 commented 10 months ago

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

iamitprakash commented 10 months ago

@divyansh2375 why to fetch all user details..?

divyansh2375 commented 10 months ago

@iamitprakash fetch means like to findallusers .