[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

@@ -1,2 +0,0 @@
This command can be used to receive a randomly chosen answer from a fixed set of positive, neutral or negative answers.
The answers are formulated in a way to answer a yes/no question.

View File

@@ -1 +0,0 @@
The question to ask the magic 8-ball

View File

@@ -1 +0,0 @@
`accept 1 okay` in order to accept the suggestion `1` with the reason `okay`

View File

@@ -1 +0,0 @@
Accepts the given suggestion. Will post the suggestion again, with the given reason for acceptance, with the old text strike through and 'Accepted by' as a notice.

View File

@@ -1 +0,0 @@
The ID of the suggestion you want to accept.

View File

@@ -1 +0,0 @@
The text you want to provide in the notification when accepting a suggestion.

View File

@@ -1,4 +0,0 @@
This command can be used to select a choice from a provided list of choices.
The choices need to be space separated and there can be an arbitrary amount of them.
If a choice needs to have spaces in it, the complete choice needs to be wrapped in ". For example "this choice" is considered one object to be chosen.
The wrapping " will not be part of the final output. Only one choice will be chosen, and a sole choice as input is also possible.

View File

@@ -1,2 +0,0 @@
Disables the repost checking for the given channel group.
This will take effect immediately, but will not impact the existing images stored.

View File

@@ -1 +0,0 @@
Enables the repost check for the given channel group

View File

@@ -1 +0,0 @@
This command can be used to enable the repost check for a given channel group. This takes effect immediately.

View File

@@ -1 +0,0 @@
Calculates the love percentage between two subjects

View File

@@ -1,2 +0,0 @@
This commands takes to subjects int he form of text inputs (can be mentions as well) and calculates the love percentage between those.
The percentage is only whole numbers.

View File

@@ -1 +0,0 @@
:cupid: Love Chance between ${first} and ${second} is ${chance}%.

View File

@@ -1,3 +0,0 @@
This command can be used to remove the stored image posts from one member or from the whole server.
The only argument is an optional member mention, if this is not present all image posts are affected.
It will also remove any reposts which were tracked for the found posts.

View File

@@ -1 +0,0 @@
Removes the tracked reposts from the database

View File

@@ -1,3 +0,0 @@
This command can be used to remove the tracked reposts of a given member of the whole server.
The only argument is an optional member mention, if this is not present all reposts are affected.
It will only remove the tracked reposts, the stored image posts will remain.

View File

@@ -1 +0,0 @@
`deny 1 not okay` in order to reject the suggestion `1` with the reason `not okay`

View File

@@ -1 +0,0 @@
Rejects the given suggestion. Will post the suggestion again, with the given reason for rejection, with the old text strike through and 'Rejected by' as a notice.

View File

@@ -1 +0,0 @@
The ID of the suggestion you want to reject.

View File

@@ -1 +0,0 @@
The text you want to provide in the notification when rejecting a suggestion.

View File

@@ -1 +0,0 @@
Reminds you in the given period of the given text.

View File

@@ -1 +0,0 @@
`remind 1h2m3s text` in order to be reminded in 1 hour 2 minutes and 3 seconds with the reason `text`

View File

@@ -1,9 +0,0 @@
Reminds you in the given duration of the given text.
The reminder will also include a link to the original message.
The syntax for duration is the following:
s - seconds
m - minutes
h - hours
d - days
They must be positive and do no spaces between for example `1h23m` is one hour and twenty three minutes.

View File

@@ -1 +0,0 @@
The duration in which you want to be reminded in. Uses the duration parsing.

View File

@@ -1 +0,0 @@
The text you wanted to be reminded with.

View File

@@ -1 +0,0 @@
Scheduled reminder ${id} to remind you of [this](${messageUrl})

View File

@@ -1 +0,0 @@
Displays all the currently active reminders with their due date and reminder note.

View File

@@ -1 +0,0 @@
Due on ${reminderTargetDate} with text ${reminderText}

View File

@@ -1 +0,0 @@
This command can be used to roll a virtual die providing a number as output. Per default this die is 6-sided, but parameters for the side count and the minimal possible value can be provided.

View File

@@ -1 +0,0 @@
The max value of the die. Default: 6

View File

@@ -1 +0,0 @@
The minimum value the die can have. Default: 1

View File

@@ -1 +0,0 @@
Plays one round of solo russian roulette

View File

@@ -1 +0,0 @@
This command simulates one round of russian roulette. When executed this command uses a random chance to determine if a shot is made.

View File

@@ -1 +0,0 @@
:gun: *click*, no bullet in there for you this round.

View File

@@ -1 +0,0 @@
Shows the channel groups and the channels in which repost checks are enabled

View File

@@ -1,2 +0,0 @@
This command can be used to show in which channel groups and channels the repost check is enabled.
This will show the channel mentions in case they exist, and only the channel ID it it doesnt.

View File

@@ -1 +0,0 @@
Shows the current leader board of starboard posts

View File

@@ -1,2 +0,0 @@
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

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

View File

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

Some files were not shown because too many files have changed in this diff Show More