Skip to content

Feature/discord notification

Scott Wheeler requested to merge feature/discord_notification into develop

Added discord notification for mod creation and update (see below image)

image

database.json will need to be updated to add the below keys

  "discord": {
    "clientId": "00000000000000000",
    "secret": "supersecrettoken",
    "webhook_hostname": "discordapp.com",
    "webhook_path": "/api/webhooks/[WEBHOOK ID]"
  },

Merge request reports