[AB-52] help infractions command templates

adding templates for infraction
updating templates for reaction reports
creating templates for message report context menu
fixing show effects command for no effects configured
reworking muting embed templates
adding templates for edit infractions
This commit is contained in:
Sheldan
2022-07-03 00:39:29 +02:00
parent a8f256827c
commit a41045e5fd
63 changed files with 181 additions and 87 deletions

View File

@@ -0,0 +1 @@
Infraction text has been updated.

View File

@@ -0,0 +1 @@
Enables you to edit the reason for warnings/bans/kicks etc.

View File

@@ -0,0 +1,3 @@
This command can be used to edit the reason for warnings, bans, kicks after the fact.
These reasons are only the reasons for the bot, and will not update the reason in Discord (e.g. the ban list).
This command only works if the `infractions` feature was enabled when the warning etc was created.

View File

@@ -0,0 +1 @@
Shows all in fractions of a member or the whole server

View File

@@ -0,0 +1,2 @@
Lists the infractions of the whole server or of one particular user in a paginated form.
Shows the date, who created it, the type and whether nor the infraction is still active.

View File

@@ -0,0 +1 @@
The member to show the infraction for

View File

@@ -0,0 +1,2 @@
Infraction #${infractionId} with type `${type}` towards user ${infractionUserText} by user ${infractionCreatorUserText} on ${infractionDate}. It is **${decayed?then('decayed', 'active')}**. The reason was: `${reason}`.
${parameterText}

View File

@@ -0,0 +1 @@
This infraction was decayed on ${decayDate}.

View File

@@ -0,0 +1 @@
User mute has been changed

View File

@@ -1 +1 @@
Shows all the warnings on the server
Shows all the mutes on the server

View File

@@ -1 +0,0 @@
Used to configure the mute role on this server.

View File

@@ -1,2 +0,0 @@
Sets the used mute role on the server. If there are previously roles assigned, this will be overwritten.
The configuration to make the role muting, needs to be done by you.

View File

@@ -1 +1 @@
Member has been un-muted.
Member has been unmuted.

View File

@@ -0,0 +1 @@
The amount of infraction points for a ban. Default: ${defaultValue}

View File

@@ -0,0 +1 @@
The amount of infraction points for a kick. Default: ${defaultValue}

View File

@@ -0,0 +1 @@
The amount of infraction points for a mute. Default: ${defaultValue}

View File

@@ -0,0 +1 @@
The amount of infraction points for a warning. Default: ${defaultValue}

View File

@@ -1 +1,3 @@
[Message](${messageLink}) has been reported. There might be multiple reports. The counter below will contain the amount of reports concerning this user in recent time.
A message by ${userMention} has been reported.
Message content: ${messageContent}
<#if singularMessage>There might be multiple reports. The counter below will contain the amount of reports concerning this user in recent time.</#if>