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 /mod kick #11

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.

/mod kick {user} {reason}

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

Kick the specified 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 kicking permissions is allowed to use

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 /mod group