5.0.2 • Published 2 years ago
project-type v5.0.2
webhookをもっと簡単に。
More easy to Webhook.
Install
npm i project-type
How 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()
5.0.2
2 years ago
5.0.1
2 years ago
5.0.0
2 years ago
3.0.4
3 years ago
3.0.3
3 years ago
3.0.2
3 years ago
3.0.7
3 years ago
3.0.6
3 years ago
3.0.5
3 years ago
4.0.1
3 years ago
4.0.0
3 years ago
3.0.1
3 years ago
3.0.0
3 years ago
2.0.4
3 years ago
2.0.3
3 years ago
2.0.2
3 years ago
2.0.1
3 years ago
2.0.0
4 years ago
1.0.10
4 years ago
1.0.9
4 years ago
1.0.8
4 years ago
1.0.7
4 years ago
1.0.6
4 years ago
1.0.5
4 years ago
1.0.4
4 years ago
1.0.3
4 years ago
1.0.0
4 years ago