mirror of
https://github.com/Sheldan/abstracto-templates.git
synced 2026-03-05 16:01:35 +00:00
[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:
15
translations/anti-raid/src/main/assembly/assembly.xml
Normal file
15
translations/anti-raid/src/main/assembly/assembly.xml
Normal 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>
|
||||
@@ -0,0 +1 @@
|
||||
Anti raid
|
||||
@@ -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}
|
||||
@@ -0,0 +1 @@
|
||||
The channel in which mass ping mutes should be logged to. Currently: ${currentTarget}
|
||||
@@ -0,0 +1 @@
|
||||
${memberMention} was muted for mentioning ${mentionCount} members.
|
||||
@@ -0,0 +1 @@
|
||||
Message content
|
||||
@@ -0,0 +1 @@
|
||||
Message link
|
||||
Reference in New Issue
Block a user