Go app + library to fetch what's new from AWS
See Discord’s Intro to Webhooks for information on how to create a webhook.
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}"
providers.discord.enabled
to true
.providers:
discord:
enabled: true
webhookURL: "https://discordapp.com/api/webhooks/{webhook.id}/{webhook.token}"
avatarURL: "https://i.imgur.com/HZfKC5p.png"
Example post: