easyhook

An easy way to create webhooks!

Usage no npm install needed!

<script type="module">
  import easyhook from 'https://cdn.skypack.dev/easyhook';
</script>

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)

Aspect (Our Discord Bot)

Invite
Website

Other projects

ToolsDB (Our database)