mirror of
https://github.com/Sheldan/abstracto-templates.git
synced 2026-04-18 12:57:38 +00:00
Added missing format for weeks (#1)
Adding core template 'duration_format_help'
This commit is contained in:
@@ -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.
|
||||
<#include "duration_format_help">
|
||||
@@ -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.
|
||||
<#include "duration_format_help">
|
||||
Reference in New Issue
Block a user