mirror of
https://github.com/Sheldan/Sissi.git
synced 2026-07-14 19:40:42 +00:00
[SIS-xxx] adding weekly text feature specific to miepscord server
This commit is contained in:
@@ -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 @@
|
||||
Weekly text was added.
|
||||
@@ -0,0 +1 @@
|
||||
Adds a weekly text
|
||||
@@ -0,0 +1 @@
|
||||
Adds a new text to the list of weekly texts to be evaluated at some point.
|
||||
@@ -0,0 +1 @@
|
||||
The text to show
|
||||
@@ -0,0 +1 @@
|
||||
Deletes one individual weekly text
|
||||
@@ -0,0 +1 @@
|
||||
Deletes one individual weekly text. If no text with the ID is found, nothing happens.
|
||||
@@ -0,0 +1 @@
|
||||
The ID of the text to remove
|
||||
@@ -0,0 +1 @@
|
||||
If a weekly text exited, it has been removed.
|
||||
@@ -0,0 +1 @@
|
||||
Shows the current weekly texts, and whether they have been handled
|
||||
@@ -0,0 +1 @@
|
||||
Shows the weekly texts
|
||||
@@ -0,0 +1 @@
|
||||
Whether to show all entries (default false)
|
||||
@@ -0,0 +1 @@
|
||||
No items found.
|
||||
@@ -0,0 +1 @@
|
||||
(${id}) `${text}` ${done?string('✅', '❌')} Created on: ${created}
|
||||
@@ -0,0 +1 @@
|
||||
Weekly Texts
|
||||
@@ -0,0 +1 @@
|
||||
${rolePing} ${text}
|
||||
Reference in New Issue
Block a user