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

# Scrumps Time Syntax

> Information on how to use relative time syntax with Scrump

Scrump uses a form of natural language to parse time durations.

For example, you can set a time of "1 minute" with the literal text "`1 minute`", or "`1min`", "`2 minutes`", "`3m`", etc.

We also support:

* `seconds`, `second`, `secs`, `sec`, `s` for seconds
* `minutes`, `minute`, `mins`, `min`, `m` for minutes
* `hours`, `hour`, `hrs`, `hr`, `h` for hours
* `days`, `day`, `dys`, `dy`, `d` for days
* `weeks`, `week`, `wks`, `wk` `w` for weeks
* `months`, `month`, `mos`, `mo` for months
* `years`, `year`, `yrs`, `yr`, `y` for years

You can combine several of these in a message for more complex times, such as `3 days 4hrs 2m 30 seconds`, or `1y2mo3w4d5h6m7s`!
