Skip to content

Commit 2167c11

Browse files
committed
Add Discord notifier
1 parent 888593e commit 2167c11

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

notifier.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,11 +131,12 @@ Slack ``symfony/slack-notifier`` ``slack://default/ID``
131131
Telegram ``symfony/telegram-notifier`` ``telegram://TOKEN@default?channel=CHAT_ID``
132132
Mattermost ``symfony/mattermost-notifier`` ``mattermost://TOKEN@ENDPOINT?channel=CHANNEL``
133133
RocketChat ``symfony/rocketchat-notifier`` ``rocketchat://TOKEN@ENDPOINT?channel=CHANNEL``
134+
Discord ``symfony/discord-notifier`` ``discord://TOKEN@default?channel=ID``
134135
========== =============================== ============================================
135136

136137
.. versionadded:: 5.1
137138

138-
The Mattermost and RocketChat integrations were introduced in Symfony
139+
The Mattermost, RocketChat and Discord integrations were introduced in Symfony
139140
5.1. The Slack DSN changed in Symfony 5.1 to use Slack Incoming
140141
Webhooks instead of legacy tokens.
141142

@@ -293,7 +294,7 @@ transport:
293294
%env(SLACK_DSN)% || %env(TELEGRAM_DSN)%
294295
</framework:chatter-transport>
295296
296-
<!-- Send notifications to the next scheduled transport
297+
<!-- Send notifications to the next scheduled transport
297298
calculated by round robin -->
298299
<framework:chatter-transport name="slack">
299300
%env(SLACK_DSN)% && %env(TELEGRAM_DSN)%

0 commit comments

Comments
 (0)