import { pruneMembers } from "https://deno.land/x/discordeno@18.0.1/helpers/members/pruneMembers.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.
options: BeginGuildPrune
- The parameters for the pruning of members.