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.

Parameters

Example

const dl = require("discord.lib")

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

Last updated