mirror of
https://github.com/Sheldan/abstracto-templates.git
synced 2026-04-19 13:10:22 +00:00
[AB-308] adding templates required for booster assignable role places
This commit is contained in:
@@ -1,2 +1,3 @@
|
||||
Creates an assignable role place with the given name used as key to identify it. The provided description will be displayed when it is posted.
|
||||
This does not create any messages, only creates the instance in the database and can be removed with `deleteAssignableRolePlace`.
|
||||
This does not create any messages, only creates the instance in the database and can be removed with `deleteAssignableRolePlace`.
|
||||
A `booster` assignable role place only allows boosting members to receive roles and automatically removes the roles if the member stops boosting.
|
||||
@@ -0,0 +1 @@
|
||||
Defines the type of this assignable role place. Possible values `default` and `booster`.
|
||||
@@ -0,0 +1 @@
|
||||
This is a booster only assignable role place.
|
||||
@@ -0,0 +1 @@
|
||||
This is a normal assignable role place.
|
||||
@@ -1,2 +1,3 @@
|
||||
Configuration for assignable roles for assignable role place `${placeName}`, shown with text: `${placeText}` to be posted in ${channelMention}.
|
||||
It is ${uniqueRoles?string('not possible', 'possible')} to have multiple roles at once.
|
||||
It is ${uniqueRoles?string('not possible', 'possible')} to have multiple roles at once.
|
||||
${typeDescription}
|
||||
@@ -0,0 +1 @@
|
||||
You have not boosted - this is a booster only assignable role place.
|
||||
@@ -1 +1 @@
|
||||
Assignable role place ${placeName} does not exist.
|
||||
Assignable role place ${placeName} already exist.
|
||||
Reference in New Issue
Block a user