1.0.6 • Published 4 years ago
Made by fedora,
To use put this into your index file:
const WebhookAPI = require("webhooksendingapi")
webhook login put in index:
WebhookAPI.login = "webhook token"
WebhookAPI.id = "webhook id"
Webhook message to send =
WebhookAPI.msg = "any msg"
---------- If wanting to use by sending a message or in a variable do so.
This api will send a webhook message and stuff to discord, All credits to cfedoradev for making this-