0.1.6 • Published 7 years ago

watchmen-plugin-discord-webhook v0.1.6

Weekly downloads
4
License
MIT
Repository
github
Last release
7 years ago

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>',
};
0.1.6

7 years ago

0.1.5

7 years ago

0.1.4

7 years ago

0.1.3

7 years ago

0.1.2

7 years ago