Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 901 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 901 Bytes

Discord Setup

See Discord's Intro to Webhooks for information on how to create a webhook.

  1. Name the webhook "AWS News", or something similar to distinguish the service using it.

  2. Copy the webhook URL and paste it in to the config.yaml under providers.discord.webhookURL. The webhook format will look similar to this:

    "https://discordapp.com/api/webhooks/{webhook.id}/{webhook.token}"
  3. Enable the Discord provider by setting providers.discord.enabled to true.

Example Config

providers:
  discord:
    enabled: true
    webhookURL: "https://discordapp.com/api/webhooks/{webhook.id}/{webhook.token}"
    avatarURL: "https://i.imgur.com/HZfKC5p.png"

Example post:

Discord post example