[AB-xxx] refactoring some embeds to use components v2

This commit is contained in:
Sheldan
2025-07-13 19:46:37 +02:00
parent 5fabc47cf8
commit 518b54790c
22 changed files with 253 additions and 133 deletions

View File

@@ -1 +0,0 @@
${user} from [${channelName} (original)](${messageLink})

View File

@@ -1 +0,0 @@
[message](${referencedMessageLink}) by ${repliedToAuthorMention}

View File

@@ -0,0 +1 @@
${userText} quoted by ${embeddingUserText}

View File

@@ -0,0 +1 @@
Go to original in ${channelName}

View File

@@ -1 +1 @@
${emote} ${count} ${channelMention} ID: ${messageId}
${emote} ${count} by ${userText} in ${channelMention} ID: ${messageId}

View File

@@ -1,4 +1,4 @@
They played:
<#list pastSections as section>
<@format_instant_date_time instant=section.startedAt/> `${section.gameName}` - `${section.title}`
<@format_instant_date_time instant=section.startedAt/> `${section.gameName}` - `${section.title}`
</#list>