Skip to content

Slyrith/Hookcord.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published