# 📋 Referencia Rápida de Comandos

### ⚙️ CONFIGURACIÓN

#### AutoRole

```
/autorole setup @Rol           # Activar
/autorole disable              # Desactivar
```

#### Bienvenidas

```
/bienvenidas embed setup #canal       # Crear
/bienvenidas embed edit               # Editar
/bienvenidas embed setchannel #canal  # Cambiar canal
/bienvenidas embed eliminar           # Eliminar
```

#### Logs

```
/logs setup #canal              # Activar
/logs disable                   # Desactivar
```

#### AutoReply

```
/auto-reply add "trigger"       # Crear
/auto-reply edit "trigger"      # Editar
/auto-reply remove "trigger"    # Eliminar
/auto-reply lista               # Ver todas
/auto-reply toggle "trigger"    # Activar/Desactivar
```

#### Tickets

```
/setticket setup #canal         # Crear
/setticket close                # Cerrar ticket
```

#### Verify

```
/setverify setup @Rol #canal    # Activar
/setverify disable              # Desactivar
```

#### Starboard

```
/starboard setup #canal         # Activar
/starboard reaction ⭐          # Cambiar emoji
/starboard threshold 3          # Cambiar umbral
```

#### Invite Tracker

```
/invitesTop                     # Ver ranking
/invitesTop @Usuario            # Ver stats
```

***

### 👮 MODERACIÓN

#### Warns

```
/warn @Usuario razón:"Spam"     # Advertir
/warnings @Usuario              # Ver warns
/clearwarn @Usuario warn:1      # Limpiar uno
/clearwarn @Usuario all         # Limpiar todos
```

#### Timeout/Mute

```
/timeout @Usuario duración:1h razón:"Spam"    # Timeout
/timeout @Usuario duración:0                   # Remover
/mute @Usuario razón:"Comportamiento"         # Mute
```

#### Kick/Ban

```
/kick @Usuario razón:"Spam"     # Expulsar
/ban @Usuario razón:"Acoso"     # Banear
/ban @Usuario remove            # Desbanear
/ban list                       # Ver bans
```

#### Purge

```
/purge 10                       # Eliminar 10 mensajes
/purge 50 @Usuario              # Eliminar 50 de usuario
```

***

### 🛡️ ANTI-RAID

#### Anti-Bots

```
/anti-bots setup accion:noVerificados sancion:ban #alertas
/anti-bots whitelist-agregar @Bot
/anti-bots whitelist-remover @Bot
/anti-bots set-alert-channel #nuevo-canal
```

#### Anti-Spam

```
/automod setup                  # Configurar
/automod
```

#### Otros Anti-Systems

```
/anti-ban setup                 # Anti-Ban
/anti-canales setup             # Anti-Canales
/anti-roles setup               # Anti-Roles
```

***

### 🔔 ALERTAS

#### YouTube

```
/ytnotif agregar @canal #notificaciones    # Agregar
/ytnotif remover @canal                     # Remover
/ytnotif lista                              # Ver todas
/ytnotif test @canal                        # Probar
```

#### Twitch

```
/twitchnotif agregar @streamer #stream     # Agregar
/twitchnotif remover @streamer              # Remover
/twitchnotif lista                          # Ver todas
/twitchnotif test @streamer                 # Probar
```

#### Kick

```
/kick-notify agregar @streamer #stream     # Agregar
/kick-notify remover @streamer              # Remover
/kick-notify lista                          # Ver todas
/kick-notify test @streamer                 # Probar
```

***

### 🎮 ENTRETENIMIENTO

#### Música

```
/play canción                   # Reproducir
/skip                          # Siguiente
/pause                         # Pausar
/stop                          # Detener
/queue                         # Cola
```

#### Giveaways

```
/giveaway create               # Crear sorteo
/giveaway end                  # Finalizar
/giveaway reroll              # Redibujar ganador
```

#### Perfiles

```
/profile                       # Ver perfil
/profile edit                  # Editar
/profile view @Usuario         # Ver otro
```

***

### 📖 INFORMACIÓN

#### Help

```
/help                          # Ayuda general
/help config                   # Help configuración
/help mod                      # Help moderación
```

#### Idioma

```
/lang español                  # Cambiar a español
/lang english                  # Cambiar a inglés
```

***

### ⚡ Atajos Útiles

| Comando          | Atajo     |
| ---------------- | --------- |
| Mencionar al bot | `@Okaa`   |
| Ver versión      | `/about`  |
| Status           | `/status` |
| Ping             | `/ping`   |

***

### 🔗 Enlaces

* 💬 [Soporte](https://discord.gg/2ZKdT6SRsZ)
* 📖 Documentación Completa
* 🌐 [Website](http://okaa.lat/)


---

# Agent Instructions: 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/referencia-rapida-de-comandos.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.
