/reminder
The /reminder
command group allows you to create and manage reminders. Reminders are records that contain a time, and optionally a note. When the specified time arrives, the bot will send you a message.
/reminder add
The /reminder add
command allows you to create a new reminder.
When the set time arrives, a message will be sent in the same channel where the reminder was created if the channel still exists, falling back to DMs as necessary.
Parameters
- time
when the reminder should be triggered
Accepts any value acceptable for human time parsing.
The default timezone set with /custom timezone will be used if no timezone is specified.
If you didn't set a default timezone, UTC will be assumed.
- note
default: None
note to attach to the reminder
/reminder list
The /reminder list
command lists all of your reminders.
/reminder edit
The /reminder edit
command allows you to edit an existing reminder.
Parameters
- id
the ID of the reminder to edit
Supports searching via autocomplete on the reminder note, ID and associated server name.
/reminder delete
The /reminder delete
command allows you to delete one or more existing reminders.
Parameters
- id
the ID of the reminder, or IDs of the reminders to delete
Supports searching via autocomplete on the reminder note, ID and associated server name.
You can specify multiple IDs by separating them any character.
/reminder export
The /reminder export
command allows you to export all of your reminders to a file in a machine-readable format.
The file will include all of your reminders regardless of the server they were created in.