Add !modlogs as an alias to !cases (#128)
Co-authored-by: Jonathan <54381371+chislxyz@users.noreply.github.com>
This commit is contained in:
parent
809a72044f
commit
c38bb99e93
2 changed files with 2 additions and 2 deletions
|
@ -14,7 +14,7 @@ const opts = {
|
||||||
};
|
};
|
||||||
|
|
||||||
export const CasesModCmd = modActionsCmd({
|
export const CasesModCmd = modActionsCmd({
|
||||||
trigger: "cases",
|
trigger: ["cases", "modlogs"],
|
||||||
permission: "can_view",
|
permission: "can_view",
|
||||||
description: "Show the most recent 5 cases by the specified -mod",
|
description: "Show the most recent 5 cases by the specified -mod",
|
||||||
|
|
||||||
|
|
|
@ -22,7 +22,7 @@ const opts = {
|
||||||
};
|
};
|
||||||
|
|
||||||
export const CasesUserCmd = modActionsCmd({
|
export const CasesUserCmd = modActionsCmd({
|
||||||
trigger: "cases",
|
trigger: ["cases", "modlogs"],
|
||||||
permission: "can_view",
|
permission: "can_view",
|
||||||
description: "Show a list of cases the specified user has",
|
description: "Show a list of cases the specified user has",
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue