2.0.0 • Published 6 months ago

@sigyn/discord v2.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

🚧 Requirements

🚀 Getting Started

This package is available in the Node Package Repository and can be easily installed with npm or yarn

$ npm i @sigyn/discord
# or
$ yarn add @sigyn/discord

📚 Usage

Add the Discord notifier to your Sigyn config:

{
  "notifiers": {
    "@sigyn/discord": {
      "webhookUrl": "https://discord.com/api/webhooks/xxx/yyy"
    },
    ...
  },
  "rules": [
    ...
  ]
}

Webhook URL

Using Discord webhooks is very simple: go to you server settings, APPS > Integrations > Webhooks then choose or create your webhook and click Copy Webhook URL button 🎉

License

MIT

2.0.0

6 months ago

1.3.1

9 months ago

1.3.0

9 months ago

1.2.0

9 months ago

1.1.0

10 months ago

1.0.0

10 months ago