3
0
Fork 0
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:
Shoaib Sajid 2021-05-18 23:00:55 +05:00 committed by GitHub
parent e624749189
commit c98fa9b327
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 }) {