Skip to content

Commit

Permalink
fix: discord URL for webhook
Browse files Browse the repository at this point in the history
  • Loading branch information
iamtheted authored Nov 2, 2024
1 parent fce6780 commit d7efa35
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion marzban/fa/docs/webhook.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,15 @@ WEBHOOK_SECRET = "something-very-very-secret"

- حالا، مرزبان زمانی که یک رویداد خاص برای کاربر اتفاق بیفتد درخواست‌ها را به این `URL` ارسال خواهد کرد.

- همچنین با استفاده از متغیر زیر هر `30` ثانیه صف نوتیفیکیشن‌ها چک میشه بعد برای وب‌هوک ارسال میشود.
- با استفاده از متغیر زیر هر `30` ثانیه صف نوتیفیکیشن‌ها چک میشه بعد برای وب‌هوک ارسال میشود.

```env
JOB_SEND_NOTIFICATIONS_INTERVAL = 30
```
- با استفاده از متغیر زیر میتوانید `URL` دیسکورد برای وب‌هوک تعیین کنید.
```env
DISCORD_WEBHOOK_URL = "https://discord.com/api/webhooks/xxxxxxx"
```

## **مرحله دوم: پردازش اعلان‌های دریافتی**

Expand Down

0 comments on commit d7efa35

Please sign in to comment.