easyhook
v1.0.5
Published
An easy way to create webhooks!
Downloads
10
Readme
Easyhook
An easy way to create webhooks!
Requirements:
- NodeJS (preferably 8+)
- Coding (of course)
Example
const webhook = require('easyhook')
const {
RichEmbed
} = require('discord.js')
var embed = new RichEmbed();
embed.setTitle('Webhooks')
embed.setColor('RANDOM')
embed.setDescription('Text')
webhook(message.channel, embed, {
post: 'Webhook name' // Aspect (example)
image: 'profile image link' // https://cdn.discordapp.com/avatars/480234165036515340/c11566d74a539630d46995b062a24980.png?size=2048 (example)
})
Updates
Created a README.md
Credits
- Wolfie#5453 (Founder / Developer)