Skip to content

Commit 571a656

Browse files
committed
Add Discord notifier
1 parent 4188b0a commit 571a656

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

notifier.rst

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -136,13 +136,14 @@ integration with these chat services:
136136
========== ================================ ===========================================================================
137137
Service Package DSN
138138
========== ================================ ===========================================================================
139-
Slack ``symfony/slack-notifier`` ``slack://default/ID``
140-
Telegram ``symfony/telegram-notifier`` ``telegram://TOKEN@default?channel=CHAT_ID``
139+
Discord ``symfony/discord-notifier`` ``discord://TOKEN@default?channel=ID``
141140
GoogleChat ``symfony/google-chat-notifier`` ``googlechat://ACCESS_KEY:ACCESS_TOKEN@default/SPACE?threadKey=THREAD_KEY``
141+
LinkedIn ``symfony/linked-in-notifier`` ``linkedin://TOKEN:USER_ID@default``
142142
Mattermost ``symfony/mattermost-notifier`` ``mattermost://TOKEN@ENDPOINT?channel=CHANNEL``
143143
RocketChat ``symfony/rocket-chat-notifier`` ``rocketchat://TOKEN@ENDPOINT?channel=CHANNEL``
144+
Slack ``symfony/slack-notifier`` ``slack://default/ID``
145+
Telegram ``symfony/telegram-notifier`` ``telegram://TOKEN@default?channel=CHAT_ID``
144146
Zulip ``symfony/zulip-notifier`` ``zulip://EMAIL:APIKEY@ENDPOINT?channel=CHANNEL``
145-
LinkedIn ``symfony/linked-in-notifier`` ``linkedin://TOKEN:USER_ID@default``
146147
========== ================================ ===========================================================================
147148

148149
.. versionadded:: 5.1
@@ -153,7 +154,7 @@ LinkedIn ``symfony/linked-in-notifier`` ``linkedin://TOKEN:USER_ID@default
153154

154155
.. versionadded:: 5.2
155156

156-
The GoogleChat, LinkedIn and Zulip integrations were introduced in Symfony 5.2.
157+
The GoogleChat, LinkedIn, Zulip and Discord integrations were introduced in Symfony 5.2.
157158

158159
Chatters are configured using the ``chatter_transports`` setting:
159160

0 commit comments

Comments
 (0)