You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/using-seerr/notifications/discord.md
-8Lines changed: 0 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,11 +29,3 @@ If you would like to override the name you configured for your bot in Discord, y
29
29
### Bot Avatar URL (optional)
30
30
31
31
Similar to the bot username, you can override the avatar for your bot.
32
-
33
-
### Use Notification Recipient Locale
34
-
35
-
When enabled, notifications will be sent in the language of the user who triggered the notification (e.g., the user who made the request or reported the issue) based on their display language setting. When disabled, the **Notification Language** setting below is used instead.
36
-
37
-
### Notification Language
38
-
39
-
Sets the language for all notifications sent to this Discord channel. This option is only available when **Use Notification Recipient Locale** is disabled.
|`{{notifyuser_username}}`| The target notification recipient's username |
59
+
|`{{notifyuser_email}}`| The target notification recipient's email address |
60
+
|`{{notifyuser_avatar}}`| The target notification recipient's avatar URL |
61
+
|`{{notifyuser_settings_discordIds}}`| The target notification recipient's Discord ID(s) as a JSON array (if set)|
62
+
|`{{notifyuser_settings_telegramChatId}}`| The target notification recipient's Telegram Chat ID (if set) |
63
63
64
64
:::info
65
65
The `notifyuser` variables are not defined for the following request notification types, as they are intended for application administrators rather than end users:
@@ -111,42 +111,42 @@ The `{{request}}` will be `null` if there is no relevant media object for the no
111
111
112
112
The following special variables are only included in request-related notifications.
0 commit comments