mirror of
https://github.com/Sheldan/abstracto-templates.git
synced 2026-04-14 11:48:18 +00:00
introduced color templates to manage the colors in a central way
created member author macro created full member info macro created member name macro replaced some missed places with translation templates made some templates for translation easier
This commit is contained in:
@@ -1 +1 @@
|
||||
Mute
|
||||
Mute #{muteId}
|
||||
@@ -1 +1 @@
|
||||
${userMention} has current ${currentWarnCount} Warnings and ${totalWarnCount} warnings in total.
|
||||
${userMention} has currently ${currentWarnCount} warnings and ${totalWarnCount} warnings in total.
|
||||
@@ -1 +1 @@
|
||||
${warnedUser} was warned on ${formatDate(warning.warning.warnDate, "yyyy-MM-dd HH:mm:ss")} with reason `${warning.warning.reason}` by ${warningUser}
|
||||
${warnedUser} was warned on ${warnDate} with reason `${warnReason}` by ${warningUser}
|
||||
@@ -1 +1 @@
|
||||
Message from ${member.effectiveName}#${member.user.discriminator} (${member.idLong?c}) removed in ${messageChannel.asMention}
|
||||
Message from <@member_user_name member=member/> (${member.idLong?c}) removed in ${messageChannel.asMention}
|
||||
@@ -1 +1 @@
|
||||
Message from ${member.effectiveName}#${member.user.discriminator} (${member.idLong?c}) edited in ${messageChannel.asMention}
|
||||
Message from <@member_user_name member=member/> (${member.idLong?c}) edited in ${messageChannel.asMention}
|
||||
@@ -1 +1 @@
|
||||
ImageURL
|
||||
Image URL
|
||||
Reference in New Issue
Block a user