3
0
Fork 0
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:
Jonathan 2020-11-24 14:44:56 -05:00 committed by GitHub
parent e7efd48519
commit 8710f47a7a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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",