1.0.1 • Published 1 year ago

hookcord.js v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

Webhook.js

made-with-javascript Npm package total downloads GitHub license Latest release Discord

Send webhook message on discord easily!

Example

const Hookcord = require('hookcord.js');

const wb = new Hookcord({
    name: "Webhook name",
    token: "webhook token",
    id: "webhook id",
    avatar: "avatar link"
  });

// Send webhook message
wb.send("hi");


// Delete webhook message
wb.delete("1054816551527780483");

TODO

  • Embeds
  • Attachments
  • TTS