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:
Sheldan
2020-08-16 12:38:32 +02:00
parent 8a33ff6099
commit a78bc99933
87 changed files with 202 additions and 388 deletions

View File

@@ -1 +1 @@
${userMention} has current ${currentWarnCount} Warnings and ${totalWarnCount} warnings in total.
${userMention} has currently ${currentWarnCount} warnings and ${totalWarnCount} warnings in total.

View File

@@ -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}

View File

@@ -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}

View File

@@ -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}