function getChannelWebhooksimport { getChannelWebhooks } from "https://dotland.deno.dev/x/discordeno@18.0.1/plugins/fileloader/deps.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.