mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-03-16 22:21:51 +00:00
Ar alias in antiraid clear
This commit is contained in:
parent
459020eab7
commit
5176bdd79f
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ import { setAntiraidLevel } from "../functions/setAntiraidLevel";
|
||||||
import { sendSuccessMessage } from "../../../pluginUtils";
|
import { sendSuccessMessage } from "../../../pluginUtils";
|
||||||
|
|
||||||
export const AntiraidClearCmd = guildCommand<AutomodPluginType>()({
|
export const AntiraidClearCmd = guildCommand<AutomodPluginType>()({
|
||||||
trigger: ["antiraid clear", "antiraid reset", "antiraid none", "antiraid off"],
|
trigger: ["antiraid clear", "antiraid reset", "antiraid none", "antiraid off","ar clear", "ar reset", "ar none", "ar off"],
|
||||||
permission: "can_set_antiraid",
|
permission: "can_set_antiraid",
|
||||||
|
|
||||||
async run({ pluginData, message }) {
|
async run({ pluginData, message }) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue