watchmen-plugin-discord-webhook

0.1.6 • Public • Published

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

/watchmen-plugin-discord-webhook/

    Package Sidebar

    Install

    npm i watchmen-plugin-discord-webhook

    Weekly Downloads

    1

    Version

    0.1.6

    License

    MIT

    Last publish

    Collaborators

    • lookapanda