UNPKG

discord-webhook-node

Version:

Allows for easy webhook sending through discord's webhook API

7 lines (6 loc) 138 B
const sendFile = require('./sendFile'); const sendWebhook = require('./sendWebhook'); module.exports = { sendFile, sendWebhook };