@sigyn/discord
TypeScript icon, indicating that this package has built-in type declarations

2.0.0 • Public • Published

Discord notifier

Send Sigyn alerts to Discord via webhook

npm version size ossf scorecard license

🚧 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

Readme

Keywords

none

Package Sidebar

Install

npm i @sigyn/discord

Weekly Downloads

4

Version

2.0.0

License

MIT

Unpacked Size

15.3 kB

Total Files

6

Last publish

Collaborators

  • pierred
  • fraxken