import { getGuildWebhooks } from "https://deno.land/x/discordeno@17.0.1/packages/embeds/deps.ts";
Gets the list of webhooks for a guild.
Returns
Promise<Collection<bigint, Webhook>>
A collection of Webhook objects assorted by webhook ID.
import { getGuildWebhooks } from "https://deno.land/x/discordeno@17.0.1/packages/embeds/deps.ts";
Gets the list of webhooks for a guild.
A collection of Webhook objects assorted by webhook ID.