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