hookcord.js

1.0.1 • Public • Published

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

/hookcord.js/

    Package Sidebar

    Install

    npm i hookcord.js

    Weekly Downloads

    0

    Version

    1.0.1

    License

    MIT

    Unpacked Size

    4.47 kB

    Total Files

    5

    Last publish

    Collaborators

    • slyrith