> ## Documentation Index
> Fetch the complete documentation index at: https://wiki.petto.sbs/llms.txt
> Use this file to discover all available pages before exploring further.

# Reminders

> A personal reminder, DMed when it's due.

## Overview

Set a personal reminder, Petto DMs you when it's due.

## Commands

<CodeGroup>
  ```javascript Syntax theme={null}
  !remind add <duration> <message>
  !remind list
  !remind cancel <id>
  ```

  ```javascript Example theme={null}
  !remind add 2h "Check the oven"
  !remind cancel 3
  ```
</CodeGroup>

Purely personal, nothing to configure server-side. `id` for `cancel` comes from `!remind list`.
