Webhook

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.

Webhook allows you to send a webhook request on bot boot up. We currently do not allow user to send webhook on a command to prevent webhook spam.

Param

Example

const dl = require("discord.lib");
dl.webhook("webhook id", "webhook token", "I am the best bot!")

Last updated