# Starboard

## ¿Qué es Starboard?

Starboard es un sistema que **recopila mensajes especiales** en un canal dedicado. Cuando un mensaje recibe suficientes reacciones ⭐, se publica en el starboard.

### Casos de Uso

* ✅ Destacar mensajes divertidos
* ✅ Guardar momentos especiales
* ✅ Hall de la fama
* ✅ Contenido destacado

## 🚀 Configuración Básica

### Crear Canal de Starboard

1. Crea un canal: `#starboard` o `#destacados`
2. Hazlo privado si quieres (solo staff)

### Activar Starboard

```bash
/starboard setup #starboard
```

### Configurar Reacción

```bash
/starboard reaction ⭐
```

### Reacciones Mínimas

```bash
/starboard threshold 3
```

(Después de 3 ⭐, el mensaje se destaca)

## 📝 Cómo Funciona

{% stepper %}
{% step %}

### Alguien escribe algo genial

{% endstep %}

{% step %}

### Otros reaccionan con ⭐

{% endstep %}

{% step %}

### Cuando llega a 3+ ⭐

{% endstep %}

{% step %}

### Bot copia a `#starboard`

{% endstep %}

{% step %}

### Todos ven el mensaje destacado

{% endstep %}
{% endstepper %}

## ⚙️ Opciones

### Cambiar Reacción

```bash
/starboard reaction ❤️
```

### Cambiar Threshold

```bash
/starboard threshold 5
```

## 📞 ¿Problemas?

Pide ayuda en [soporte](https://discord.gg/2ZKdT6SRsZ)

## 🔗 Relacionado

* [AutoReaction](broken://pages/0f4c41f8f7488328bf1eba6f0840a14d0edfff37)
* [Logs](broken://pages/38f3050013459598cc5f53a03b69da89a47c4307)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://okaa.gitbook.io/okaa-wiki/configuracion/starboard.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
