Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/discordeno_patched/template/beginner/deps.ts>pruneMembers

Discord API library for Node and Deno
Go to Latest
function pruneMembers
import { pruneMembers } from "https://deno.land/x/discordeno_patched@18.0.2/template/beginner/deps.ts";

Initiates the process of pruning inactive members.

Parameters

bot: Bot
  • The bot instance to use to make the request.
guildId: BigString
  • The ID of the guild to prune the members of.
  • The parameters for the pruning of members.

Returns

Promise<number | undefined>

A number indicating how many members were pruned.