Skip to main content
Module

x/harmony/src/structures/textChannel.ts>TextChannel#fetchWebhooks

An easy to use Discord API Library for Deno.
Go to Latest
method TextChannel.prototype.fetchWebhooks
import { TextChannel } from "https://deno.land/x/harmony@v2.9.0/src/structures/textChannel.ts";

Fetches the webhooks associated with a channel

Returns

Promise<Webhook[]>