Skip to content

This will help you to send message in a certain channel with the help of webhook

Notifications You must be signed in to change notification settings

katsusucks/Webhook-To-Message

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

This will help you to send message in a certain channel with the help of webhook


const fetch = require ("node-fetch")
const webhookUrl = 'URL'; //webhook url
const message = 'MESSAGE'; //message
getSend(webhookUrl, message);

NPM PACKAGE: https://www.npmjs.com/package/touya

Made with 💖

About

This will help you to send message in a certain channel with the help of webhook

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published