docs(aurora): updated moderation-commands.md with addrole and removerole
This commit is contained in:
parent
76e9c1ec0d
commit
f4646a1976
1 changed files with 18 additions and 10 deletions
|
@ -23,19 +23,27 @@ Add a note to a user.
|
||||||
|
|
||||||
Warn a user.
|
Warn a user.
|
||||||
|
|
||||||
## blacklist
|
## addrole
|
||||||
|
|
||||||
/// admonition | This command is unfinished, and doesn't currently work.
|
- Usage: `/addrole <target> <role> <reason> [duration] [silent]`
|
||||||
type: warning
|
- `target:` (Required) Who are you adding a role to?
|
||||||
///
|
- `role:` (Required) What role are you adding to the target?
|
||||||
|
- `reason:` (Required) Why are you adding a role to this user?
|
||||||
- Usage: `/blacklist <target> <role> <reason> [silent]`
|
- `duration:` (Optional) How long are you adding this role for?
|
||||||
- `target:` (Required) Who are you blacklisting?
|
|
||||||
- `role:` (Required) What blacklist type are you applying to the target?
|
|
||||||
- `reason:` (Required) Why are you blacklisting this user?
|
|
||||||
- `silent:` (Optional) Should the user be messaged?
|
- `silent:` (Optional) Should the user be messaged?
|
||||||
|
|
||||||
Add a blacklist role to a user.
|
Add a role to a user.
|
||||||
|
|
||||||
|
## removerole
|
||||||
|
|
||||||
|
- Usage: `/removerole <target> <role> <reason> [duration] [silent]`
|
||||||
|
- `target:` (Required) Who are you removing a role from?
|
||||||
|
- `role:` (Required) What role are you removing from the target?
|
||||||
|
- `reason:` (Required) Why are you removing a role from this user?
|
||||||
|
- `duration:` (Optional) How long are you removing this role for?
|
||||||
|
- `silent:` (Optional) Should the user be messaged?
|
||||||
|
|
||||||
|
Remove a role from a user.
|
||||||
|
|
||||||
## mute
|
## mute
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue