mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-03-16 14:11:50 +00:00
Update SetAntiraidCmd.ts
This commit is contained in:
parent
5176bdd79f
commit
e624749189
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ import { sendErrorMessage, sendSuccessMessage } from "../../../pluginUtils";
|
|||
import { commandTypeHelpers as ct } from "../../../commandTypes";
|
||||
|
||||
export const SetAntiraidCmd = guildCommand<AutomodPluginType>()({
|
||||
trigger: "antiraid",
|
||||
trigger: ["antiraid", "ar"],
|
||||
permission: "can_set_antiraid",
|
||||
|
||||
signature: {
|
||||
|
|
Loading…
Add table
Reference in a new issue