[AB-25] adding templates for level up notification and setup of experience

This commit is contained in:
Sheldan
2022-11-20 17:23:25 +01:00
parent f273bd0872
commit 88ea5c8e17
3 changed files with 8 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
{
<#assign userMention=memberDisplay.memberMention>
<#assign pastLevel=oldLevel>
<#assign currentLevel=newLevel>
"additionalMessage": "<@safe_include "experience_level_up_notification_text"/>"
}