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