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

# Starboard

> Highlight the best (and worst) messages in your server.

The Starboard is a democratized "Hall of Fame" for your server. When a message receives enough reactions, it gets reposted to a special channel.

## Features

<CardGroup cols={2}>
  <Card title="Starboard" icon="star" color="#FFD700">
    Highlight the best messages. React with ⭐ to upvote.
  </Card>

  <Card title="Clownboard" icon="face-grin-tongue-squint" color="#FF0000">
    Highlight... questionable takes. React with 🤡 to feature.
  </Card>
</CardGroup>

## Setup Guide

<Steps>
  <Step title="Create Channels">
    Create a `#starboard` (and optional `#clownboard`) channel in your Discord server.
  </Step>

  <Step title="Configure Dashboard">
    Go to **Dashboard > Community > Starboard**.
  </Step>

  <Step title="Link Channels">
    Select the channels you created for the Starboard and Clownboard.
  </Step>

  <Step title="Set Thresholds">
    Set the **Threshold**: How many reactions are needed to post a message? (e.g., 5).
  </Step>

  <Step title="Save">
    Click **Save Changes**.
  </Step>
</Steps>

<Info>
  You can customize the emoji used for both boards! For example, use a custom server emoji instead of the standard star.
</Info>
