> For the complete documentation index, see [llms.txt](https://docs.nyaru.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.nyaru.xyz/moderation/purge/humans.md).

# Humans

## Usage

```
@Nyaru purge [count] humans
```

## Examples

* Purge all messages sent by humans in last **20** messages

> @Nyaru purge 20 humans

* Purge **all** messages sent by humans

> @Nyaru purge humans

{% hint style="warning" %}
If you don't provide count, bot will index last **100** messages and filter them by default.
{% endhint %}
