Remind
/remind create
Section titled “/remind create”Create a reminder
| Option | Type | Description |
|---|---|---|
content * | String | What do you need to be reminded ofRequired.Default: . |
date * | String | Write a date for the reminderRequired.Default: . |
/remind delete
Section titled “/remind delete”Delete a reminder
| Option | Type | Description |
|---|---|---|
reminder-id * | String | Select a reminderRequired.Suggestions appear as you type.Default: . |
/remind info
Section titled “/remind info”Get information about a reminder
| Option | Type | Description |
|---|---|---|
reminder-id * | String | Select a reminderRequired.Suggestions appear as you type.Default: . |
/remind list
Section titled “/remind list”List all your reminders
/remind update
Section titled “/remind update”Update a reminder
| Option | Type | Description |
|---|---|---|
reminder-id * | String | Select a reminderRequired.Suggestions appear as you type.Default: . |
new-content | String | Write a new content for the reminder |
new-date | String | Write a new date for the reminder |
