mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-07-13 21:57:18 +00:00
Alias for cases . warns and warnings
Additional aliases in addition to modlogs for the cases command
This commit is contained in:
parent
44c8c8f59f
commit
310b4550ca
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", "warns", "warnings"],
|
||||||
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