# Kick & Ban

## ¿Cuándo Usar Kick vs Ban?

| Acción              | Descripción                                                | Uso                      |
| ------------------- | ---------------------------------------------------------- | ------------------------ |
| **Kick (Expulsar)** | Usuario se va del servidor. Puede reintentar más tarde.    | Primeras ofensas serias  |
| **Ban (Banear)**    | Usuario no puede volver. Permanente a menos que se desban. | Ofensas graves/repetidas |

***

## 🚀 Configuración Básica

### Expulsar Usuario (Kick)

```bash
/kick @Usuario razón:"Spam repetido"
```

### Banear Usuario (Ban)

```bash
/ban @Usuario razón:"Acoso"
```

### Desbanear Usuario

```bash
/ban @Usuario remove
```

***

## 📝 Razones Comunes

```
✅ Spam masivo
✅ Acoso a miembros
✅ Contenido inapropiado
✅ Violación de reglas
✅ Alt de cuenta baneada
✅ Raid
```

***

## ⚙️ Administración

### Ver Bans

```bash
/ban list
```

### Ban Temporal

```bash
/ban @Usuario days:7 razón:"Castigo temporal"
```

### Ban Permanente

```bash
/ban @Usuario razón:"Ofensa grave"
```

***

## 🔍 Solución de Problemas

| Problema               | Solución                |
| ---------------------- | ----------------------- |
| **No se banea**        | Bot sin permisos        |
| **Error "Too high"**   | Usuario está más arriba |
| **No se guarda razón** | Verifica logs           |

***

## 📞 ¿Problemas?

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

***

## 🔗 Relacionado

* [Warns](broken://pages/84350817fde515a31b64001b282e27ff1dba86d9)
* [Timeout](broken://pages/140eb64d7ef4b365c4e5da3acea5b331a108a280)


---

# 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/moderacion/kick-and-ban.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.
