|
1 | 1 | # Warnings
|
2 | 2 |
|
3 |
| -Warnings are an easy way to log wrongful behavior of users, together with an automated way of punishing them based on the amount of warnings received. |
| 3 | +Warnings are an easy way to log wrongful behavior of users, together with an automated way of punishing them based on |
| 4 | +the amount of warnings received. |
4 | 5 |
|
5 | 6 | ## Displaying your warnings
|
| 7 | + |
6 | 8 | To display the active warns you currently have, you can use the command [](warns.topic).
|
7 | 9 | > You need to have the `Moderate Members` permission to be able to see warns of other users through this command.
|
8 |
| -{style="note"} |
| 10 | +> {style="note"} |
9 | 11 |
|
10 |
| -To display all warns, even if they [were deactivated](warn-deactivate.topic), you can use the command [](warn-list-all.topic). |
| 12 | +To display all warns, even if they [were deactivated](warn-deactivate.topic), you can use the |
| 13 | +command [](warn-list-all.topic). |
11 | 14 |
|
12 | 15 | ## Managing warnings
|
13 |
| -It's possible to manage warns using the command [](warn.topic). All warnings that are created have a unique numerical id that is used across all commands. \ |
14 |
| -When a warning is [given to a server member](warn-add.topic), [punishments](Warning-Punishment.md) can be automatically applied to the user. |
15 |
| -> Currently, configuration of punishments is unavailable to server admins. If you wish to use them, please contact [the development team](mailto:[email protected]) |
16 |
| -{style="warning"} |
17 | 16 |
|
18 |
| -[Punishments](Warning-Punishment.md) aren't updated/lifted when a warning is [deactivated](warn-deactivate.topic) or updated by an [evidence being added](warn-add-evidence.topic). |
| 17 | +It's possible to manage warns using the command [](warn.topic). All warnings that are created have a unique numerical id |
| 18 | +that is used across all commands. \ |
| 19 | +When a warning is [given to a server member](warn-add.topic), [punishments](Warning-Punishment.md) can be automatically |
| 20 | +applied to the user. |
| 21 | +> Currently, configuration of punishments is unavailable to server admins. If you wish to use them, please |
| 22 | +> contact [the development team](mailto:[email protected]) |
| 23 | +> {style="warning"} |
| 24 | +
|
| 25 | +[Punishments](Warning-Punishment.md) aren't updated/lifted when a warning is [deactivated](warn-deactivate.topic) or |
| 26 | +updated by an [evidence being added](warn-add-evidence.topic). |
| 27 | + |
| 28 | +When warnings are edited, either by them being created, when an evidence is added or when they are deactivated, the |
| 29 | +change is logged in the [respective channel](#log-channel). |
| 30 | + |
| 31 | +## Log-Channel |
| 32 | + |
| 33 | +When warnings are managed successfully, a log message containing the relevant information is sent into the log |
| 34 | +channel. \ |
| 35 | +The log channel depends on the [](Warning-Type.md): |
| 36 | +If the [warning type](Warning-Type.md) is either `Serious`, `Major` or `Minor`, the message is sent into the channel of |
| 37 | +the [server property `MODERATION_LOGS_CHANNEL`](Server-Property.md), otherwise it's sent into the |
| 38 | +[`STRIKES_LOG_CHANNEL`](Server-Property.md). |
0 commit comments