If set to false, the guild prune action will be scheduled and the call will return immediately.
If true (default), the call will wait for the completion of the prune operation and return the total number of users pruned.
The maximum number of days a member must be inactive for them to be considered for pruning.
Acceptable values are 1 thru 30, and the default is 7 days.
For example, if you choose 30, members who were active within the past 30 days will not be considered for pruning.
A list of roles to be included in the pruning process. By default, members with roles are ignored. Specifying a role here will include members with only the roles specified for pruning.
Generated using TypeDoc
Options to pass when executing a guild prune operation with discord.Guild.beginPrune.