webhookClient

A powerful discord bot making library to help you make discord bots. Super easy, 100 percent discord api coverage, and more! Discord.lib also allows you to interact with discord.js.

This allows you to send a webhook request to a webhook url from discord. This send your announcement or message to the webhook when you start the process.

This is a premium only function only for people that listen to my speech at CodingMinds Academy

Parameters

Parameter

Description

Required

url

webhook url

yes

msg

message title to send

yes

message

message body to send to the url

yes

Example

const dl = require("discord.lib")

dl.webhookClient("webhookurl", "Title-no embeds!", "Description-no Embeds!")

Last updated