Skip to main content
Module

x/discordeno/mod.ts>pruneMembers

Discord API library for Deno
Extremely Popular
Go to Latest
function pruneMembers
import { pruneMembers } from "https://deno.land/x/discordeno@13.0.0-rc45/mod.ts";

Begin a prune operation. Requires the KICK_MEMBERS permission. Returns an object with one 'pruned' key indicating the number of members that were removed in the prune operation. For large guilds it's recommended to set the computePruneCount option to false, forcing 'pruned' to null. Fires multiple Guild Member Remove Gateway events.

By default, prune will not remove users with roles. You can optionally include specific roles in your prune by providing the roles (resolved to include_roles internally) parameter. Any inactive user that has a subset of the provided role(s) will be included in the prune and users with additional roles will not.

Parameters

bot: Bot
guildId: bigint