Send webhook message on discord easily!
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");
- [ ] Embeds
- [ ] Attachments
- [ ] TTS