watchmen-plugin-discord-webhook
v0.1.6
Published
Watchmen plugin to execute a Discord webhook
Readme
watchmen-plugin-discord-webhook
A plugin for watchmen to execute webhooks on Discord.
Environment variables
Config is set through env variables (same as with watchmen itself).
export WATCHMEN_DISCORD_WEBHOOK_URL='<URL to your Discord webhook>'Or, alternatively, you can also create a config.js file in the root folder of watchmen.
module.exports = {
WATCHMEN_DISCORD_WEBHOOK_URL: '<URL to your Discord webhook>',
};