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

# Starboard

### Description

Promote highly-reacted messages to a starboard channel. Use the starboard commands to configure the channel, threshold, emoji, and display options for your server.

<Note>
  Use `,starboard config` to review the current setup at any time.
</Note>

### Starboard unlock

<CodeGroup>
  ```plaintext Syntax theme={null}
  ,starboard unlock
  ```

  ```plaintext Example theme={null}
  ,starboard unlock
  ```
</CodeGroup>

* Enables the starboard.
* **Permissions**: Manage Guild

### Starboard lock

<CodeGroup>
  ```plaintext Syntax theme={null}
  ,starboard lock
  ```

  ```plaintext Example theme={null}
  ,starboard lock
  ```
</CodeGroup>

* Disables the starboard.
* **Permissions**: Manage Guild

### Starboard set

<CodeGroup>
  ```plaintext Syntax theme={null}
  ,starboard set <channel>
  ```

  ```plaintext Example theme={null}
  ,starboard set #starboard
  ```
</CodeGroup>

* **`<channel>`**: The channel where starboard posts will be sent.
* **Permissions**: Manage Guild

### Starboard threshold

<CodeGroup>
  ```plaintext Syntax theme={null}
  ,starboard threshold <threshold>
  ```

  ```plaintext Example theme={null}
  ,starboard threshold 15
  ```
</CodeGroup>

* **`<threshold>`**: Minimum reactions needed before a message is posted.
* **Permissions**: Manage Guild

### Starboard emoji

<CodeGroup>
  ```plaintext Syntax theme={null}
  ,starboard emoji <emoji>
  ```

  ```plaintext Example theme={null}
  ,starboard emoji ⭐
  ```
</CodeGroup>

* **`<emoji>`**: The emoji that triggers the starboard.
* **Permissions**: Manage Guild

### Starboard color

<CodeGroup>
  ```plaintext Syntax theme={null}
  ,starboard color <color>
  ```

  ```plaintext Example theme={null}
  ,starboard color #f5c542
  ```
</CodeGroup>

* **`<color>`**: Default embed color for starboard posts.
* **Permissions**: Manage Guild

### Starboard timestamp

<CodeGroup>
  ```plaintext Syntax theme={null}
  ,starboard timestamp <setting>
  ```

  ```plaintext Example theme={null}
  ,starboard timestamp on
  ```
</CodeGroup>

* **`<setting>`**: Toggle whether to show sent time on starboard posts.
* **Permissions**: Manage Guild

### Starboard selfstar

<CodeGroup>
  ```plaintext Syntax theme={null}
  ,starboard selfstar <setting>
  ```

  ```plaintext Example theme={null}
  ,starboard selfstar off
  ```
</CodeGroup>

* **`<setting>`**: Toggle whether message authors can count toward the star threshold.
* **Permissions**: Manage Guild

### Starboard attachments

<CodeGroup>
  ```plaintext Syntax theme={null}
  ,starboard attachments <setting>
  ```

  ```plaintext Example theme={null}
  ,starboard attachments on
  ```
</CodeGroup>

* **`<setting>`**: Toggle whether attachments are shown on starboard posts.
* **Permissions**: Manage Guild

### Starboard ignore

<CodeGroup>
  ```plaintext Syntax theme={null}
  ,starboard ignore [target]
  ```

  ```plaintext Example theme={null}
  ,starboard ignore #memes
  ```
</CodeGroup>

* **`[target]`**: Ignore a channel, member, or role for starboard reactions.
* **Permissions**: Manage Guild

### Starboard ignore list

<CodeGroup>
  ```plaintext Syntax theme={null}
  ,starboard ignore list
  ```

  ```plaintext Example theme={null}
  ,starboard ignore list
  ```
</CodeGroup>

* Lists ignored channels, members, and roles.
* **Permissions**: Manage Guild

### Starboard config

<CodeGroup>
  ```plaintext Syntax theme={null}
  ,starboard config
  ```

  ```plaintext Example theme={null}
  ,starboard config
  ```
</CodeGroup>

* View the current starboard settings.
* **Permissions**: Manage Guild

### Starboard reset

<CodeGroup>
  ```plaintext Syntax theme={null}
  ,starboard reset
  ```

  ```plaintext Example theme={null}
  ,starboard reset
  ```
</CodeGroup>

* Reset all starboard settings and data for the server.
* **Permissions**: Manage Guild
