Skip to main content
The Deno 2 Release Candidate is here
Learn more
Latest
function getChannelWebhooks
import { getChannelWebhooks } from "https://deno.land/x/discordeno_patched@18.0.3/packages/embeds/deps.ts";

Gets a list of webhooks for a channel.

Parameters

bot: Bot
  • The bot instance to use to make the request.
channelId: BigString
  • The ID of the channel which to get the webhooks of.

Returns

Promise<Collection<bigint, Webhook>>

A collection of Webhook objects assorted by webhook ID.