Open diego-yason opened 3 years ago
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}
Just give a short explanation of what the result of the command will be. Ex: /ban will ban a user
/ban
Removes a role from a user
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
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
/role
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 userRemoves 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