diego-yason / marine-bot-2

Discord bot using slash commands
GNU General Public License v3.0
0 stars 0 forks source link

[COMMAND SUGGESTION] Add /role add #9

Open diego-yason opened 3 years ago

diego-yason commented 3 years ago

New Command Suggestion

What is the actual slash command?

Comply with Discord's limits. https://discord.com/developers/docs/interactions/slash-commands#a-quick-note-on-limits You usually won't hit any limits though. Include parameters also with {param-name}. Specify type of parameter in Additional Notes.

/role add {user} {role}

Describe the function of the slash command

Just give a short explanation of what the result of the command will be. Ex: /ban will ban a user

The user listed will be given the role specified in the role param

Any restriction of use?

Should the command only be allowed to be called by people with a certain role or even specific people?

Only admins and those with the "Manage Roles" permission should be able to use it

Additional Notes

Put any additional comments here if you have any

This command will be part of the /role command group.