Skip to content

Latest commit

 

History

History
14 lines (13 loc) · 415 Bytes

allClientPermissions.md

File metadata and controls

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