project-type
v5.0.2
Published
Easy to send Webhook
Downloads
75
Readme
webhookをもっと簡単に。
More easy to Webhook.
Install
npm i project-typeHow to use
import this module
// node.js
const w = require('project-type')
const sw = new w.Wsend(webhookurl)// typescript
import w from "project-type"
const sw = new w(webhookurl)Send the webhook
sw.send('nube')How to send embed messages
// javascript and typescript
sw.embedtitle = 'Hi there'
sw.embeddescrition = "there is a captain hook. "//if this description only, throw the error.
sw.esend()