diff --git a/translations/core/src/main/resources/en_US/general/duration_format_help_en_US.ftl b/translations/core/src/main/resources/en_US/general/duration_format_help_en_US.ftl new file mode 100644 index 00000000..e9c75dc1 --- /dev/null +++ b/translations/core/src/main/resources/en_US/general/duration_format_help_en_US.ftl @@ -0,0 +1,9 @@ +The syntax for duration is the following: + +s - seconds +m - minutes +h - hours +d - days +w - weeks + +They must be positive and may not contain spaces in between. Syntaxes can be mixed as well. For example, `1h23m` is one hour and twenty three minutes. \ No newline at end of file diff --git a/translations/moderation/src/main/resources/en_US/commands/mute/help/mute_long_help_en_US.ftl b/translations/moderation/src/main/resources/en_US/commands/mute/help/mute_long_help_en_US.ftl index 1bc4bd75..cf88de3a 100644 --- a/translations/moderation/src/main/resources/en_US/commands/mute/help/mute_long_help_en_US.ftl +++ b/translations/moderation/src/main/resources/en_US/commands/mute/help/mute_long_help_en_US.ftl @@ -1,10 +1,5 @@ Applies the muted role to the user and logs the mute in the `mutes` post target. -The user will be automatically un muted after the time period is over and another un mute notification will be send to the +The user will be automatically un-muted after the time period is over and another un-mute notification will be send to the `mutes` post target. -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. \ No newline at end of file +<#include "duration_format_help"> \ No newline at end of file diff --git a/translations/moderation/src/main/resources/en_US/commands/slowMode/help/slowmode_long_help_en_US.ftl b/translations/moderation/src/main/resources/en_US/commands/slowMode/help/slowmode_long_help_en_US.ftl index e273ac9c..6664189a 100644 --- a/translations/moderation/src/main/resources/en_US/commands/slowMode/help/slowmode_long_help_en_US.ftl +++ b/translations/moderation/src/main/resources/en_US/commands/slowMode/help/slowmode_long_help_en_US.ftl @@ -1,8 +1,3 @@ Sets the slow mode of the the current (or given channel) to the given interval. -The syntax for interval 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. \ No newline at end of file +<#include "duration_format_help"> \ No newline at end of file diff --git a/translations/remind/src/main/resources/en_US/commands/remind/help/remind_long_help_en_US.ftl b/translations/remind/src/main/resources/en_US/commands/remind/help/remind_long_help_en_US.ftl index a45b09e0..4cda4c5a 100644 --- a/translations/remind/src/main/resources/en_US/commands/remind/help/remind_long_help_en_US.ftl +++ b/translations/remind/src/main/resources/en_US/commands/remind/help/remind_long_help_en_US.ftl @@ -1,9 +1,3 @@ -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 +Reminds you in the given duration of the given text. The reminder will also include a link to the original message. -They must be positive and do no spaces between for example `1h23m` is one hour and twenty three minutes. \ No newline at end of file +<#include "duration_format_help"> \ No newline at end of file diff --git a/translations/remind/src/main/resources/en_US/commands/snooze/help/snooze_long_help_en_US.ftl b/translations/remind/src/main/resources/en_US/commands/snooze/help/snooze_long_help_en_US.ftl index a2a69ae1..f5aec1cc 100644 --- a/translations/remind/src/main/resources/en_US/commands/snooze/help/snooze_long_help_en_US.ftl +++ b/translations/remind/src/main/resources/en_US/commands/snooze/help/snooze_long_help_en_US.ftl @@ -1,8 +1,3 @@ Re-creates a reminder with a new duration. This is only possible for reminders which already have been executed and were started by you. -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. \ No newline at end of file +<#include "duration_format_help"> \ No newline at end of file