mirror of
https://github.com/Sheldan/abstracto-templates.git
synced 2026-04-02 07:55:56 +00:00
[AB-73] adding scheduled target date of reminder to reminder notification
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
<#include "format_instant">
|
||||
{
|
||||
"embeds": [
|
||||
{
|
||||
@@ -6,6 +7,7 @@
|
||||
<#include "member_avatar">
|
||||
<@member_display_author member=memberDisplay/>,
|
||||
<#include "abstracto_color">,
|
||||
<#assign reminderTargetDate><@format_instant_date_time instant=reminder.targetDate/></#assign>
|
||||
<#if message?has_content>
|
||||
<#assign messageUrl>${message.jumpUrl}</#assign>
|
||||
"description": "<@safe_include "remind_reminding_description_text"/>"
|
||||
|
||||
@@ -1 +1 @@
|
||||
Scheduled reminder with ID ${id} to remind you of `${reminderText}`.
|
||||
Scheduled reminder with ID ${id} to remind you of `${reminderText}` at ${reminderTargetDate}.
|
||||
@@ -1 +1 @@
|
||||
Scheduled reminder with ID ${id} to remind you of [this](${messageUrl})
|
||||
Scheduled reminder with ID ${id} to remind you of [this](${messageUrl}) at ${reminderTargetDate}.
|
||||
Reference in New Issue
Block a user