> For the complete documentation index, see [llms.txt](https://voseraproject.gitbook.io/voseraproject/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://voseraproject.gitbook.io/voseraproject/eklenti-hizmeti/randomitemchange/discord-webhook-bildirimleri.md).

# Discord Webhook Bildirimleri

RIC, maç olaylarını (örneğin galibiyet/mağlubiyet duyuruları) bir Discord kanalına embed mesaj olarak gönderebilir.

### Yapılandırma

```yaml
discord-webhook:
  enabled: false
  url: "PUT_YOUR_DISCORD_WEBHOOK_URL_HERE"
```

Özellik kapalıyken veya webhook adresi doldurulmamışken hiçbir istek gönderilmez, sadece konsola bilgilendirici bir uyarı yazılır.

### Embed İçeriği

Discord'a gönderilen başlık ve açıklama metinleri sabit değildir; dil dosyasından okunur ve arena adı, oyuncu adı gibi placeholder'lar otomatik olarak yerine yazılır. Böylece bildirimler de tıpkı oyun içi mesajlar gibi tamamen özelleştirilebilir ve çevrilebilir.

### Asenkron Gönderim

Webhook istekleri sunucu performansını etkilememesi için arka planda, ana oyun döngüsünden bağımsız olarak gönderilir.

### Hata Yönetimi

Discord'a gönderim başarısız olursa (bağlantı hatası, geçersiz adres vb.) bu durum yalnızca konsola loglanır; sunucu veya oyun akışı bundan etkilenmez.

### Düello Maçlarında Devre Dışı

Düello maçlarında webhook bildirimleri tetiklenmez — yalnızca normal arena maçlarının sonuçları Discord'a iletilir.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://voseraproject.gitbook.io/voseraproject/eklenti-hizmeti/randomitemchange/discord-webhook-bildirimleri.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
