> For the complete documentation index, see [llms.txt](https://laernos.gitbook.io/ps-moderator-guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://laernos.gitbook.io/ps-moderator-guide/how-to/mod-commands/warning.md).

# Warning

## Warn

You warn the person you tagged by entering a reason.

{% code title="Usage:" %}

```scala
!warn <@user/id> <reason>
```

{% endcode %}

<div align="left"><img src="/files/V1wOohTVO5g90x771kkp" alt=""></div>

## Warnings

Shows the number of warnings and the reasons for the person you tagged.

{% code title="Usage:" %}

```c
!warnings <@user/id>
```

{% endcode %}

<div align="left"><img src="/files/sqGSfUTdqblCVR1hXqwZ" alt=""></div>

## Delete Warning

You delete the warning by entering its ID.

{% code title="Usage:" %}

```scala
!delWarning <warning id>
```

{% endcode %}

<div align="left"><img src="/files/YNbfDpAjyMYVdMDuvq9u" alt=""></div>

## Edit Warning

You edit the reason for the warning you entered the ID for by entering a new reason.

{% code title="Usage:" %}

```scala
!editWarning <warning id> <new reason>
```

{% endcode %}

<div align="left"><img src="/files/P8aZSamfPcSNXx8QMquG" alt=""></div>

## Clear Warnings

You delete all warnings for the person you tagged.

{% code title="Usage:" %}

```scala
!clearWarnings <@user/id>
```

{% endcode %}

<div align="left"><img src="/files/K9K2P6VcvOrwWNhbXhBf" alt=""></div>

## Most Warned

Lists a warning table from the most warned to the least.

{% code title="Usage:" %}

```scala
!topWarnings
```

{% endcode %}

<div align="left"><img src="/files/bXbVInABb9bUgx036dsk" alt=""></div>
