> 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/bots.md).

# Bots

## Usage

```
@Nyaru purge [count] bots
```

## Examples

* Purge all messages sent by bots in last **50** messages

> @Nyaru purge 50 bots

* Purge **all** messages sent by bots

> @Nyaru purge bots

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