Skip to main content
Latest
interface BeginGuildPruneParams
import { type BeginGuildPruneParams } from "https://deno.land/x/denord@0.1.0/mod.ts";

Properties

optional
days: integer

number of days to prune (1 or more) DEFAULT: 7

optional
computePruneCount: boolean

whether 'pruned' is returned, discouraged for large guilds DEFAULT: true

optional
includeRoles: RoleId[]

role(s) to include DEFAULT: none