eggsy / discord-steam-verification

🧬 Check if a user owns the specific item(s) in their Steam library and give them roles! Discord bot and API.
MIT License
49 stars 9 forks source link

Document verify command usage #26

Open ddugovic opened 1 year ago

ddugovic commented 1 year ago

Have you checked the features section before making a request?

Are you sure if we add this feature, users will be happy about it?

Is this related to a problem, if so, please describe: No, it's not.

Now tell me what's your suggestion I guessed that !verify is a command, but I don't know its usage. I thought the purpose of this bot was to add a role.

Examples (screenshots etc.) and additional context image

eggsy commented 1 year ago

You can use help <cmd_name> to see the description of each command. You can also take a look at the code and find the description field. The verify command is meant to remove all the existing roles from a user and force starts a new verification process. Removing every role is required as users should not have access to any channel (at least the ones that are hidden until users verify themselves).