Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/harmony/src/structures/webhook.ts>Webhook.fromURL

An easy to use Discord API Library for Deno.
Go to Latest
method Webhook.fromURL
import { Webhook } from "https://deno.land/x/harmony@v2.8.0/src/structures/webhook.ts";

Creates a Webhook object from URL

Parameters

url: string | URL

URL of the Webhook

optional
client: Client

Client (bot) object, if any.