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

# Fortnite

> ## Documentation Index
>
> Fetch the complete documentation index at: [https://docs.bleh.bot/llms.txt](https://docs.bleh.bot/llms.txt)
> Use this file to discover all available pages before exploring further.

# Fortnite

> Receive shop rotation updates and set reminders for cosmetics.

## Viewing information about a cosmetic

You can use the `fortnite item` command to view information about a cosmetic in Fortnite.

<CodeGroup>
  ```javascript Syntax theme={null} theme={null}
  ,fortnite item (cosmetic)
  ```

  ```javascript Example theme={null} theme={null}
  ,fortnite item Toosie Slide
  ```
</CodeGroup>

<br />

<Frame />

## Receiving reminders for cosmetics

You can use the `fortnite watch` command to be notified when a cosmetic is in the shop.

<Info>If you no longer want to receive reminders for a cosmetic, you can re-run the command.</Info>

<CodeGroup>
  ```javascript Syntax theme={null} theme={null}
  ,fortnite watch (cosmetic)
  ```

  ```javascript Example theme={null} theme={null}
  ,fortnite watch Toosie Slide
  ```
</CodeGroup>

<br />

<Frame />

When the cosmetic is available in the shop, you will receive a message in your DMs.

<Frame />

### Viewing what cosmetics you are watching

You can use the `fortnite watch list` command to view what cosmetics you are watching.

<Frame />

## Receiving shop rotation updates

You can use the `fortnite shop` command to receive daily shop rotation updates.

<Info>
  If you no longer want to receive shop rotation updates, you can re-run the
  command without a channel.
</Info>

<CodeGroup>
  ```javascript Syntax theme={null} theme={null}
  ,fortnite shop (channel)
  ```

  ```javascript Example theme={null} theme={null}
  ,fortnite shop #updates
  ```
</CodeGroup>

<br />

<Frame />

### Notifying a role when the shop updates

You can use the `fortnite shop ping` command to notify a role when the shop updates.

<CodeGroup>
  ```javascript Syntax theme={null} theme={null}
  ,fortnite shop ping (role)
  ```

  ```javascript Example theme={null} theme={null}
  ,fortnite shop ping @Updates
  ```
</CodeGroup>

### Letting people vote on the shop

You can use the `fortnite shop voting` command to let people vote on the shop.

<Info>This will add an upvote & downvote reaction to the shop message.</Info>

<CodeGroup>
  ```javascript Syntax theme={null} theme={null}
  ,fortnite shop voting (on or off)
  ```

  ```javascript Example theme={null} theme={null}
  ,fortnite shop voting on
  ```
</CodeGroup>
