From 6884adc5b235c2a95497326e8a747bfde7df4621 Mon Sep 17 00:00:00 2001 From: jude Date: Tue, 16 Sep 2025 21:06:51 +0100 Subject: [PATCH] Add some docs --- templates/support/create_reminder.html.tera | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/templates/support/create_reminder.html.tera b/templates/support/create_reminder.html.tera index 94a03a1..4c5237f 100644 --- a/templates/support/create_reminder.html.tera +++ b/templates/support/create_reminder.html.tera @@ -19,6 +19,24 @@ Fill out the "time" and "content" fields. If you wish, press on "Optional" to view other options for the reminder.

+

Time

+

+ The bot will take a "best-guess" at what time you entered. It will favour UK date formats + over US date formats (MM/DD/YY) where possible. +
+ You can also use cron-like syntax to specify the time. For example, using + 0 0 1 * * will send the reminder at midnight on the first of the next month. + For more information on cron syntax, see crontab.guru. +
+ Cron syntax is not repeating. Please use the optional "interval" field to specify a repetition interval. +

+

Pings

+

+ Roles and users can be pinged by including their @ mention in the "content" field. + To ping a role, the role must be set as mentionable, and the bot must have permissions to mention the role. +
+ Please note that when using the dashboard, roles can only be pinged in the "Content..." field and not the embed fields. +