Reminders¶
Commands that remind you something
Name | Aliases | Description | Usage |
---|---|---|---|
remind | reminder |
Reminds you of something after a certain date. The input can be any direct date (e.g. YYYY-MM-DD) or a human readable offset. Examples: - "{prefix}remind in 2 days do essay" (2 days) - "{prefix}remind 1 hour do dishes" (1 hour) - "{prefix}remind 60s clean" (60 seconds) Times are in UTC. |
.remind <when> |
remind clear | None | Clears all of your reminders | .remind clear |
remind delete | cancel |
Deletes a reminder by ID. You can get the ID of a reminder with {prefix}remind list You must own the reminder to remove it |
.remind delete <reminder_id> |
remind hide | None | Marks a reminder as "secret" A secret reminder will not show the description if you list reminders in a server. When it's time to remind you, the bot will DM you about your reminder. |
.remind hide <reminder_id> |
remind list | None | Lists up to 10 of your reminders This will only show reminders that are longer than one minute. |
.remind list |
remind show | None | Unmarks a reminder from the "secret" status. | .remind show <reminder_id> |
Last update:
June 7, 2021