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