Utility

Reminders & Scheduler

Personal reminders, repeating channel timers, scheduled and recurring messages, and automatic Disboard bump reminders.

Four time-based tools that all run from exceed's scheduler: personal reminders, repeating channel timers, scheduled or recurring messages, and automatic Disboard bump reminders.

Reminders

Personal "remind me later" pings (alias ,reminder):

,remindme <time> <text>        ping you after a delay, e.g. ,remindme 2h take a break
,remindme <time> <text> --dm   deliver the reminder by DM
,remindme list                 list your active reminders
,remindme cancel <id>          cancel a reminder by id

Durations look like 10m, 2h, 3d (minimum 1 minute, maximum 1 year).

Channel timers

A repeating message in a channel, one per channel (needs Manage Server):

,timer add <#channel> <interval> <message>   repeat a message (minimum 30s)
,timer remove <#channel>                      remove a channel's timer
,timer list                                   list timers
,timer view <#channel>                        show a timer's details
,timer activity <on/off> [#channel]           only post when the channel is active

Scheduled messages

Post once at a future time or on a repeating cadence (needs Manage Server):

,schedule add <#channel> in <duration> <message>      send once after a delay
,schedule add <#channel> every <duration> <message>   send, then repeat (min 10m)
,schedule list                                         list scheduled messages
,schedule remove <id>                                  remove one by id

Bump reminders

Watch for a Disboard bump and remind you to bump again two hours later (needs Manage Server):

,bumpreminder                     toggle bump reminders on or off
,bumpreminder channel <#channel>  set where reminders post
,bumpreminder message <text>      set the reminder message
,bumpreminder thankyou <text>     set the post-bump thank-you
,bumpreminder autoclean <on/off>  delete non-bump messages in the channel
,bumpreminder autolock <on/off>   lock the channel between bumps
,bumpreminder config              show current settings

Example

,remindme 2h take a break
,timer add #rules 1h Remember to read the rules!
,schedule add #news every 1d Daily recap incoming

Timers, Scheduler and Bump Reminder each have their own dashboard page. Messages support the same embed variables.