> For the complete documentation index, see [llms.txt](https://studio0.gitbook.io/tome-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://studio0.gitbook.io/tome-docs/cooldowns-and-reminders.md).

# Cooldowns & Reminders

| Command                                 | What it does                                                                                     |
| --------------------------------------- | ------------------------------------------------------------------------------------------------ |
| `%cooldowns`                            | Check your pull, claim, daily, and vote timers, plus how close you are to a guaranteed high roll |
| `%remind [pull\|daily\|vote] [on\|off]` | Get a one time DM when a timer's up                                                              |

## `%cooldowns`

Shows how long's left on each timer, or that it's ready:

* Spawn a card: your `%pull` timer (10 minutes)
* Claim a card: your claim timer (10 minutes, shared across every drop, not a separate one for each)
* Daily coins: your `%daily` timer (about 20 hours)
* Vote: your `%vote` timer (12 hours, set by top.gg itself)
* Pity: how many more low star claims until your next one's guaranteed to be good, or a note that it already is

See Pulling & Claiming for how that guarantee actually works.

## `%remind`

Type it with nothing after it to see your current settings. Add a type, and `on` or `off` if you want to set it directly instead of just flipping it:

* `%remind pull` turns pull reminders on or off
* `%remind daily on` turns daily reminders on
* `%remind vote off` turns vote reminders off

There's no claim reminder - only pull, daily, and vote.

The bot checks every 30 seconds for anyone who's due a reminder and DMs them once. It only sends that one DM though, it won't spam you. It'll only remind you again once you've actually done that thing again (pulled, claimed your daily, or voted) and the timer starts over. If your DMs are closed, it just quietly skips you instead of erroring out.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://studio0.gitbook.io/tome-docs/cooldowns-and-reminders.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
