function getChannelWebhooksimport { getChannelWebhooks } from "https://deno.land/x/discordeno@17.0.1/helpers/mod.ts"; getChannelWebhooks(bot: Bot, channelId: BigString): Promise<Collection<bigint, Webhook>>Gets a list of webhooks for a channel. Parametersbot: Bot The bot instance to use to make the request. channelId: BigString The ID of the channel which to get the webhooks of. ReturnsPromise<Collection<bigint, Webhook>>A collection of Webhook objects assorted by webhook ID.