1.0.5 • Published 6 years ago

easyhook v1.0.5

Weekly downloads
-
License
ISC
Repository
-
Last release
6 years ago

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)

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago