GuildPruneMembersOptions

export interface GuildPruneMembersOptions
export interface GuildPruneMembersOptions
Options used for pruning guild members. It's recommended to set options.count to false for large guilds.
count?:boolean
Whether or not to return the number of users that have been kicked.
days?:number
Number of days of inactivity required to kick
dry?:boolean
Get the number of users that will be kicked, without actually kicking them
reason?:string
Reason for this prune
roles?:readonly RoleResolvable[]
Array of roles to bypass the "...and no roles" constraint when pruning