mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-03-14 21:31:50 +00:00
Fix alias precedence for !counters list
This commit is contained in:
parent
724abc89b9
commit
3072f29044
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ import { trimMultilineString, ucfirst } from "../../../utils";
|
|||
import { getGuildPrefix } from "../../../utils/getGuildPrefix";
|
||||
|
||||
export const CountersListCmd = guildCommand<CountersPluginType>()({
|
||||
trigger: ["counters", "counters list", "counter list"],
|
||||
trigger: ["counters list", "counter list", "counters"],
|
||||
permission: "can_view",
|
||||
|
||||
signature: {},
|
||||
|
|
Loading…
Add table
Reference in a new issue