Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

automod violation #3

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions commands/all-commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -1283,7 +1283,7 @@ Toggle <ruleset name:Text>

**Aliases:** log

Shows the log of the last triggered automod rules, optionally filtering by user
Shows the log of the last triggered automod rules (only from Automoderator v2), optionally filtering by user

**Usage:**

Expand All @@ -1299,7 +1299,7 @@ Logs [skip:Whole number]

**Aliases:** Violations/ViolationLogs/VLogs/VLog

Lists Violations of specified user /n old flag posts oldest violations in first page ( from oldest to newest ).
Lists Violations of specified user /n old flag posts oldest violations (only from Automoderator v2) in first page ( from oldest to newest ).

**Usage:**

Expand All @@ -1315,7 +1315,7 @@ ListViolations <User:Mention/ID> [Page Number:Whole number]

**Aliases:** ViolationsCount/VCount

Lists Violations summary in entire server or of specified user optionally filtered by max violation age. Specify number of violations to skip while fetching using -skip flag ; max entries fetched 500.
Lists Violations summary in entire server or of specified user optionally filtered by max violation age. Specify number of violations (only from Automoderator v2) to skip while fetching using -skip flag ; max entries fetched 500.

**Usage:**

Expand All @@ -1332,7 +1332,7 @@ ListViolationsCount [User:Mention/ID]

**Aliases:** DelViolation/DelV/DV

Deletes a Violation with the specified ID. ID is the first number of each Violation in the ListViolations command.
Deletes a Violation with the specified ID. ID is the first number of each Violation (only from Automoderator v2) in the ListViolations command.

**Usage:**

Expand All @@ -1344,7 +1344,7 @@ DeleteViolation <ID:Whole number>

**Aliases:** ClearV/ClrViolations/ClrV

Clears Violations of specified user optionally filtered by Name, Min/Max age and other conditions. By default, more recent violations are preferentially cleared.
Clears Violations of specified user optionally filtered by Name, Min/Max age and other conditions. By default, more recent violations (only from Automoderator v2) are preferentially cleared.

**Usage:**

Expand Down