[AB-302] removing of templates of removed commands and exceptions

adapting some templates for new functionality
This commit is contained in:
Sheldan
2021-07-09 02:06:53 +02:00
parent bf0aa3baad
commit d09fc1dd54
108 changed files with 130 additions and 87 deletions

View File

@@ -1 +1 @@
Activates an assignable role place again, meaning reacting to the reactions will assign the configured roles.
Activates the buttons for an assignable role place again.

View File

@@ -0,0 +1,3 @@
Adds a condition to an assignable role of an assignable place.
There is only one condition currently, which is `min_level`.
This condition is evaluated when a user clicks the button and if the user does not fulfil the condition, an error message is shown.

View File

@@ -0,0 +1 @@
The value which should be used for the condition. For `min_level`, this needs to be a number between 1 and 150.

View File

@@ -0,0 +1 @@
The name of the assignable role place in which the assignable role is

View File

@@ -1,2 +1,3 @@
Adds an assignable role to the given assignable role place. This assignment requires an emote, a description and a role to be assigned. The mentioned role will be assigned once a member reacts to the emote.
Only emotes from a server the bot is in can be used and it is not possible to assign an emote twice. The emote will be added at the _end_ of the assignable role place and if the posts already exists, the emote will be added already.
Adds an assignable role to the given assignable role place.
The display text is used as text for the button and the optional emote is used in front (Only emotes from a server the bot is in can be used)
The mentioned role will be assigned once a member clicks on the button and will be added at the _end_ of the assignable role place (if the post exists already).

View File

@@ -1 +1 @@
The emote to be used for reactions. This emote can be a default emote or an emote in a server the bot is in.
The emote to be used for the button. This can be a default emoji or an emote of a server the bot is in.

View File

@@ -1 +1 @@
The role to assign the member reacting.
The role to assign the member clicking.

View File

@@ -1,6 +1,3 @@
Command to change the configuration of one assignable role place.
The possible things to change are:
`inline`: Whether or not the assignable role descriptions are shown inline. Inline means they will be as close together as possible, if this is set to false, they will be shown in a colum
`autoRemove`: Whether or not the added reactions are immediately remove after the selected role has been assigned.
`unique`: Whether or not it is only possible to select one role at a time.
`active`: Whether or not the assignable role place is active. An inactive assignable role place, does not assign any roles and removes the reactions automatically.
`unique`: Whether or not it is only possible to select one role at a time.

View File

@@ -1 +1 @@
The configuration which should be changed, can either be `inline`, `autoRemove`, `active` or `unique`. This key is not case sensitive.
The configuration which should be changed, can only be `unique`. This key is not case sensitive.

View File

@@ -1 +1 @@
Activates an assignable role place again, meaning reacting to the reactions will not assign the configured roles and will automatically remove any added reactions.
Deactivates the buttons of an assignable role place again.

View File

@@ -1 +1 @@
This changes the text which describes the assignable role place and is shown in the the first message of the place.
This changes the text which describes the assignable role place and is shown in the message of the place.

View File

@@ -1,2 +1 @@
Moves the assignable role place to another channel.
This change only comes into effect the next time the assignable role place is setup the next time.
Moves the assignable role place to another channel and is execute immediately if the assignable role place is already setup.

View File

@@ -0,0 +1 @@
This command is used to remove an assignable role condition. The only available condition is `min_level` currently.

View File

@@ -0,0 +1 @@
The name of the assignable role place in which the assignable role is

View File

@@ -1 +1 @@
Removes an assignable role from an assignable place. The place is identified by its key and the role is identified by the emote used to react to the post.
Removes an assignable role from an assignable place. The place is identified by its key and the role is identified by its ID/mention.

View File

@@ -0,0 +1 @@
The role to remove from the assignable role. Can either be only the ID or a role mention.

View File

@@ -1,3 +0,0 @@
Sets the position of an assignable role within an assignable place.
It is not possible to set it beyond the currently largest position and also not possible to set it to a position already taken by another assignable role.
This change will ony be in effect when the assignable role place is setup the next time.

View File

@@ -1 +0,0 @@
The emote which identifies the assignable role to change the position of

View File

@@ -1 +0,0 @@
The name of the assignable place to change the position of an assignable role in

View File

@@ -1 +1 @@
Creates the messages containing the assignable roles in the description and the emotes as reactions
Creates the message containing the assignable roles in the description and the buttons (if any).

View File

@@ -1,2 +1 @@
Deletes the old assignable role posts (if any) and creates the assignable role posts completely anew in the channel where the assignable post is configured in.
This effectively means that old reactions are lost, but the assigned roles still persist.
Deletes the old assignable role post (if any) and creates the assignable role post completely anew in the channel where the assignable post is configured in.

View File

@@ -1 +0,0 @@
#${rolePosition}: ${emoteMention} with ${roleMention}: `${roleDescription}`.

View File

@@ -1,2 +0,0 @@
Configuration for assignable roles for assignable role place `${place.key}`, shown with text: ${place.text}, which is currently ${place.active?string('active', 'not active')}. The fields are shown ${place.inline?string('inline', 'not inline')}.
If a role has been assigned, the added reaction will ${place.autoRemove?string('be removed', 'not be removed')} and it is ${place.uniqueRoles?string('not possible', 'possible')} to have multiple roles at once.

View File

@@ -1,2 +0,0 @@
Shows all of the possible configurations of the given assignable role place.
This includes: the assignable roles (emote, description and awarded role), whether or not the emotes are displayed inline or directly on top of one another, whether or not the assignable role place is active

View File

@@ -0,0 +1,2 @@
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.

View File

@@ -0,0 +1 @@
${roleMention}: `${roleDescription}`. ${emoteMention} ${conditionText}

View File

@@ -0,0 +1,2 @@
Shows all of the possible configurations of the given assignable role place.
This includes: the assignable roles (emote, description and awarded role), where or not the place is configured as `unique` and which limitations the roles have.

View File

@@ -1 +0,0 @@
Switches the embed appearance of the roles for a assignable role place to be more spread out

View File

@@ -1,2 +0,0 @@
This command can be used to show the emotes in the assignable place posts in a column, so the messages are a bit more spread out and structured.
This change applies when the assignable place is setup the next time.

View File

@@ -1 +0,0 @@
The name of the assignable place in which the emotes should be displayed spread out.

View File

@@ -1,3 +0,0 @@
This command swaps the position of two assignable roles in an assignable place.
Both of the assignable roles must be present in the assignable place and are identified by the emote used.
The changes only come to effect the next time the assignable role place is setup.

View File

@@ -1,2 +0,0 @@
This command is used to test how an assignable role place would look like.
It will send the assignable role posts in the current channel, but will not place the reactions.

View File

@@ -0,0 +1 @@
You need to be at least level ${minLevel} to receive the role ${roleMention}.

View File

@@ -0,0 +1 @@
The role ${roleMention} is already defined in ${placeName}.

View File

@@ -0,0 +1 @@
The assignable role condition is already defined for this role. Remove it first.

View File

@@ -0,0 +1 @@
The given value is not usable for the assignable role condition.

View File

@@ -0,0 +1 @@
Role ${roleMention} is not usable in the assignable role feature. The bot may not assign it.

View File

@@ -0,0 +1 @@
The channel with the ID ${channelId} does not exist for assignable role place with name ${placeName}.

View File

@@ -1 +0,0 @@
Unable to create assignable place, channel ${channelId?c} does not exist.

View File

@@ -1 +0,0 @@
Emote ${emoteMention} is already defined for assignable role place ${placeName}.

View File

@@ -0,0 +1 @@
Assignable role place ${placeName} does not exist.

View File

@@ -1 +0,0 @@
Assignable roles place ${roleName} already exists.

View File

@@ -1 +0,0 @@
Assignable role place post with id ${messageId} could not be found.

View File

@@ -1 +0,0 @@
Role ${roleMention} is not usable to be used in the assignable role place. It may be higher in the role hierarchy than the bot.

View File

@@ -1 +0,0 @@
Emote ${emoteMention} was not found in the assignable place ${placeName}.

View File

@@ -0,0 +1 @@
The following roles were removed: ${removedRolesText}.