Add !modlogs as an alias to !cases (#128)

Co-authored-by: Jonathan <54381371+chislxyz@users.noreply.github.com>
This commit is contained in:
Jonathan 2020-12-12 15:22:31 -05:00 committed by GitHub
parent 809a72044f
commit c38bb99e93
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -14,7 +14,7 @@ const opts = {
};
export const CasesModCmd = modActionsCmd({
trigger: "cases",
trigger: ["cases", "modlogs"],
permission: "can_view",
description: "Show the most recent 5 cases by the specified -mod",

View file

@ -22,7 +22,7 @@ const opts = {
};
export const CasesUserCmd = modActionsCmd({
trigger: "cases",
trigger: ["cases", "modlogs"],
permission: "can_view",
description: "Show a list of cases the specified user has",