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 remove #10

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 remove {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

Removes a role from a user

Any restriction of use?

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

Only those with the "Manage Roles" permission

Additional Notes

Put any additional comments here if you have any. Specify if this command is part of a command group also.

Part of the /role group