From f4646a197627647690b47a9f9211aca74cdfdc1d Mon Sep 17 00:00:00 2001 From: SeaswimmerTheFsh Date: Sat, 4 May 2024 09:46:03 -0400 Subject: [PATCH] docs(aurora): updated moderation-commands.md with addrole and removerole --- .docs/aurora/moderation-commands.md | 28 ++++++++++++++++++---------- 1 file changed, 18 insertions(+), 10 deletions(-) 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