Skip to content

Commit 56e244d

Browse files
committed
Add Discord notifier
1 parent 4188b0a commit 56e244d

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

notifier.rst

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -136,24 +136,25 @@ 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
149150

150-
The Mattermost and RocketChat integrations were introduced in Symfony
151+
The Mattermost and RocketChat integrations were introduced in Symfony
151152
5.1. The Slack DSN changed in Symfony 5.1 to use Slack Incoming
152153
Webhooks instead of legacy tokens.
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)