mirror of
https://github.com/Sheldan/abstracto-templates.git
synced 2026-04-09 02:09:36 +00:00
[AB-120] adding jump link to modmail notification
This commit is contained in:
@@ -6,7 +6,13 @@
|
||||
},
|
||||
<#include "modmail_color">,
|
||||
<#assign user><@member_user_name member=member/>(${member.user.id})</#assign>
|
||||
"description": "<@safe_include "modmail_notification_message_description"/>"
|
||||
"description": "<@safe_include "modmail_notification_message_description"/>",
|
||||
"fields": [
|
||||
{
|
||||
"name": "<@safe_include "modmail_notification_field_title_channel"/>",
|
||||
"value": "${channel.asMention}"
|
||||
}
|
||||
]
|
||||
<#if roles?size gt 0>
|
||||
,"additionalMessage": "<#list roles as role>${role.role.asMention?js_string}<#sep>,</#list>"
|
||||
</#if>
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
Channel
|
||||
Reference in New Issue
Block a user