Slyrith / Hookcord.js

Send webhook to discord!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hookcord.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

About

Send webhook to discord!

License:MIT License


Languages

Language:JavaScript 100.0%