import { getChannelWebhooks } from "https://deno.land/x/discordeno@17.2.0/plugins/cache/deps.ts";
Gets a list of webhooks for a channel.
Returns
Promise<Collection<bigint, Webhook>>
A collection of Webhook objects assorted by webhook ID.
import { getChannelWebhooks } from "https://deno.land/x/discordeno@17.2.0/plugins/cache/deps.ts";
Gets a list of webhooks for a channel.
A collection of Webhook objects assorted by webhook ID.