import { PermissionFlagsBits } from "discord.js"
anyUserPermissions: [PermissionFlagsBits.<Permission>]
// Example
anyUserPermissions: [PermissionFlagsBits.BanMembers]- The user [who ran the command] must have any one of the specified permissions to be able to execute the command else the error embed is sent.
returnAnyUserPermissionsError: Boolean; // Default: true