mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-03-16 06:11:49 +00:00
Update ViewAntiraidCmd.ts
This commit is contained in:
parent
e624749189
commit
c98fa9b327
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 ViewAntiraidCmd = guildCommand<AutomodPluginType>()({
|
||||
trigger: "antiraid",
|
||||
trigger: ["antiraid", "ar"],
|
||||
permission: "can_view_antiraid",
|
||||
|
||||
async run({ pluginData, message }) {
|
||||
|
|
Loading…
Add table
Reference in a new issue