mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-07-14 05:57:18 +00:00
Add modlogs as an alias to casesUser
This commit is contained in:
parent
8710f47a7a
commit
f5e173b0bc
1 changed files with 1 additions and 1 deletions
|
@ -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
Add a link
Reference in a new issue