Skip to content
This repository has been archived by the owner on Nov 9, 2024. It is now read-only.

Latest commit

 

History

History
executable file
·
14 lines (13 loc) · 415 Bytes

allClientPermissions.md

File metadata and controls

executable file
·
14 lines (13 loc) · 415 Bytes

AllClientPermissions

Usage

import { PermissionFlagsBits } from "discord.js"

allClientPermissions: [PermissionFlagsBits.<Permission>]
// Example
allClientPermissions: [PermissionFlagsBits.BanMembers]
  • The client must have all the specified permissions to be able to execute the command else the error embed is sent.

Return Error

returnAllClientPermissionsError: Boolean // Default: true