import { getPruneCount } from "https://deno.land/x/discordeno@17.2.0/template/minimal/deps.ts";
Gets the number of members that would be kicked from a guild during pruning.
Parameters
bot: Bot
- The bot instance used to make the request
guildId: BigString
- The ID of the guild to get the prune count of.
optional
options: GetGuildPruneCountQuery- The parameters for the fetching of the prune count.