circle-info
Docs Release

Discord Webhooks

Send match and event results to Discord

Discord Webhooks

Send match results to Discord channels automatically.

Setup

  1. Create a webhook in Discord under Channel Settings → Integrations → Webhooks.

  2. Copy the webhook URL.

  3. Add it to config.yml.

webhooks:
  enabled: true
  ranked:
    url: "https://discord.com/api/webhooks/..."
  unranked:
    url: "https://discord.com/api/webhooks/..."
  events:
    url: "https://discord.com/api/webhooks/..."

You can use separate webhooks for ranked, unranked, and event results.

Last updated

Was this helpful?