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

# Fun Commands

> Slash commands available for all users that provide entertainment/game modules

## Cast Command

### Play Subcommand

<>
  <Badge color="blue" icon="user">
    User Install
  </Badge>

  {" - "}

  <Badge color="green" icon="server">
    Guild Install
  </Badge>

  {" - "}

  <Badge color="yellow" icon="clock">
    Cooldown: 8hr
  </Badge>
</>

```
/cast play ephemeral:False
```

> This command can be used to play a game a cast - a cute rng fishing game where you can catch random fishes.

The cooldown for this command can be reduced with the following methods (not exclusive):

* 2 hours for using `/cast play` in the [Hunter's Calling](https://discord.gg/TbdFTcHdRB) server
* 2 hours for using the `Fish` server tag from the [Hunter's Calling](https://discord.gg/TbdFTcHdRB) server
* 2 hours for server boosting the [Hunter's Calling](https://discord.gg/TbdFTcHdRB) server

<ParamField path="ephemeral" type="boolean" default={false}>
  Use this command as a hidden ephemeral message which can only be seen by you.
</ParamField>

### Rank Subcommand

<>
  <Badge color="blue" icon="user">
    User Install
  </Badge>

  {" - "}

  <Badge color="green" icon="server">
    Guild Install
  </Badge>

  {" - "}

  <Badge color="yellow" icon="clock">
    Cooldown: 3s
  </Badge>
</>

```
/cast rank ephemeral:True
```

> This command can be used to view your global ranking for the cast command, given a specific timeframe.

<ParamField path="timeframe" type="number" default={0} required>
  Set the unix timestamp as the lower bound for the timeframe. (this will
  autocomplete)
</ParamField>

<ParamField path="ephemeral" type="boolean" default={false}>
  Use this command as a hidden ephemeral message which can only be seen by you.
</ParamField>

## Compass Command

<>
  <Badge color="blue" icon="user">
    User Install
  </Badge>

  {" - "}

  <Badge color="green" icon="server">
    Guild Install
  </Badge>

  {" - "}

  <Badge color="yellow" icon="clock">
    Cooldown: 3s
  </Badge>
</>

```
/compass ephemeral:True
```

> This command can be used to fetch a new activity from the Compass of Chaos.

<ParamField path="ephemeral" type="boolean" default={true}>
  Use this command as a hidden ephemeral message which can only be seen by you.
</ParamField>
