mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-03-15 05:41:51 +00:00
fix: change new 'av' alias to 'adv' to avoid conflict with the 'avatar' alias
This commit is contained in:
parent
15e51491d8
commit
016330366e
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ import moment from "moment-timezone";
|
|||
import { isEligible } from "../functions/isEligible";
|
||||
|
||||
export const AddServerFromInviteCmd = botControlCmd({
|
||||
trigger: ["add_server_from_invite", "allow_server_from_invite", "av"],
|
||||
trigger: ["add_server_from_invite", "allow_server_from_invite", "adv"],
|
||||
permission: "can_add_server_from_invite",
|
||||
|
||||
signature: {
|
||||
|
|
Loading…
Add table
Reference in a new issue