[AB-71] adding templates for anti raid module

changing button style in assignable role place to secondary for better contrast
This commit is contained in:
Sheldan
2021-07-14 01:50:16 +02:00
parent 9db7d654d3
commit 8632a4cf79
15 changed files with 132 additions and 1 deletions

View File

@@ -0,0 +1,15 @@
<assembly xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2 http://maven.apache.org/xsd/assembly-1.1.2.xsd">
<id>zip</id>
<includeBaseDirectory>false</includeBaseDirectory>
<formats>
<format>zip</format>
</formats>
<fileSets>
<fileSet>
<outputDirectory>.</outputDirectory>
<directory>${project.basedir}/src/main/resources</directory>
</fileSet>
</fileSets>
</assembly>

View File

@@ -0,0 +1 @@
The min level of members to get muted automatically because of a mass mention. Only considered when the feature 'experience' is enabled. Default: ${defaultValue}

View File

@@ -0,0 +1 @@
The channel in which mass ping mutes should be logged to. Currently: ${currentTarget}

View File

@@ -0,0 +1 @@
${memberMention} was muted for mentioning ${mentionCount} members.