[AB-197] moving templates from utility to their respective maven modules

This commit is contained in:
Sheldan
2021-03-12 17:53:46 +01:00
parent 1b645f58bd
commit cf03520397
190 changed files with 640 additions and 0 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 @@
Shows the current leader board of starboard posts

View File

@@ -0,0 +1,2 @@
Shows the current leader board of starboard posts. Can also be used to show the starboard statistics for an individual member.
This user needs to be still in this server.

View File

@@ -0,0 +1 @@
The member for whom the starboard statistics should be retrieved for. Only possible for members still in the server.

View File

@@ -0,0 +1 @@
${badge} - ${count} :star: ${user}

View File

@@ -0,0 +1 @@
${badge} - ${count} :star: ${user} <#include "user_left_server">

View File

@@ -0,0 +1 @@
${badge} - ${count} :star: [Jump!](${link})

View File

@@ -0,0 +1 @@
${badge} - ${count} :star: ${user}

View File

@@ -0,0 +1 @@
${badge} - ${count} :star: ${user} <#include "user_left_server">

View File

@@ -0,0 +1 @@
${starredMessages} starred messages with ${totalStars} stars in total

View File

@@ -0,0 +1 @@
Amount of stars necessary to reach starboard. Default: ${defaultValue}

View File

@@ -0,0 +1 @@
Amount of stars for starboard level 2. Default: ${defaultValue}

View File

@@ -0,0 +1 @@
Amount of stars for starboard level 3. Default: ${defaultValue}

View File

@@ -0,0 +1 @@
Amount of stars for starboard level 4. Default: ${defaultValue}

View File

@@ -0,0 +1 @@
The channel where starboard posts should be posted to. Currently: ${currentTarget}

View File

@@ -0,0 +1 @@
${emote} ${count} ${channelMention} ID: ${messageId}