mirror of
https://github.com/Sheldan/abstracto-templates.git
synced 2026-03-03 15:27:07 +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:
@@ -0,0 +1 @@
|
||||
Deleted role
|
||||
@@ -1 +1 @@
|
||||
#${role.position}: ${role.emote.asMention} with <#if role.awardedRole?has_content>${role.awardedRole.asMention}<#else>Deleted role</#if>: `${role.description}`.
|
||||
#${rolePosition}: ${emoteMention} with ${roleMention}: `${roleDescription}`.
|
||||
@@ -1 +1 @@
|
||||
${place.key}${place?size}
|
||||
${placeKey}
|
||||
@@ -1 +1 @@
|
||||
User ${model.aUserInAServer.userReference.id} was not found in the assigned users.
|
||||
User ${userId} was not found in the assigned users.
|
||||
@@ -1 +1 @@
|
||||
Unable to create assignable place, channel ${model.channelId?c} does not exist.
|
||||
Unable to create assignable place, channel ${channelId?c} does not exist.
|
||||
@@ -1 +1 @@
|
||||
Emote ${model.emote.emoteRepr} is already defined for place ${model.placeName}.
|
||||
Emote ${emoteMention} is already defined for place ${placeName}.
|
||||
@@ -1 +1 @@
|
||||
Assignable roles place ${model.name} already exists.
|
||||
Assignable roles place ${roleName} already exists.
|
||||
@@ -1 +1 @@
|
||||
Assignable role place post with id ${model.messageId} could not be found.
|
||||
Assignable role place post with id ${messageId} could not be found.
|
||||
@@ -1 +1 @@
|
||||
Role ${model.role.roleRepr} is not usable to be used in the assignable role place. It may be higher in the role hierarchy than the bot.
|
||||
Role ${roleMention} is not usable to be used in the assignable role place. It may be higher in the role hierarchy than the bot.
|
||||
@@ -1 +1 @@
|
||||
Emote ${model.emote.emoteRepr} was not found in the assignable place ${model.placeName}.
|
||||
Emote ${emoteMention} was not found in the assignable place ${placeName}.
|
||||
Reference in New Issue
Block a user