3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-03-15 05:41:51 +00:00

Fix alias precedence for !counters list

This commit is contained in:
Dragory 2021-05-03 20:47:03 +03:00
parent 724abc89b9
commit 3072f29044
No known key found for this signature in database
GPG key ID: 5F387BA66DF8AAC1

View file

@ -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: {},