mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-03-16 22:21:51 +00:00
Add !infractions as an alias for !cases (#177)
This commit is contained in:
parent
51db942d97
commit
dfc1bf2ba0
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ const opts = {
|
||||||
const casesPerPage = 5;
|
const casesPerPage = 5;
|
||||||
|
|
||||||
export const CasesModCmd = modActionsCmd({
|
export const CasesModCmd = modActionsCmd({
|
||||||
trigger: ["cases", "modlogs"],
|
trigger: ["cases", "modlogs", "infractions"],
|
||||||
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
Reference in a new issue