Skip to main content
Module

x/discordeno/mod.ts>getChannelWebhooks

Discord API library for Deno
Extremely Popular
Go to Latest
function getChannelWebhooks
import { getChannelWebhooks } from "https://deno.land/x/discordeno@17.2.0/mod.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.