diff --git a/.docs/aurora/moderation-commands.md b/.docs/aurora/moderation-commands.md index 93e5a06..68d3a7f 100644 --- a/.docs/aurora/moderation-commands.md +++ b/.docs/aurora/moderation-commands.md @@ -23,19 +23,27 @@ Add a note to a user. Warn a user. -## blacklist +## addrole -/// admonition | This command is unfinished, and doesn't currently work. - type: warning -/// - -- Usage: `/blacklist [silent]` -- `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? +- Usage: `/addrole [duration] [silent]` +- `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? +- `duration:` (Optional) How long are you adding this role for? - `silent:` (Optional) Should the user be messaged? -Add a blacklist role to a user. +Add a role to a user. + +## removerole + +- Usage: `/removerole [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