[AB-xxx] make ban reason mandatory

This commit is contained in:
Sheldan
2021-07-18 19:28:43 +02:00
parent 7117ac26d3
commit 7535b2e66d
2 changed files with 4 additions and 5 deletions

View File

@@ -9,10 +9,10 @@ Feature key: `moderation`
==== Commands
Ban a member::
* Usage: `ban <member> [reason]`
* Usage: `ban <member> <reason>`
* Description:
Bans the given `member` with the given optional `reason`. This sends a logging message to the `banLog` post target.
Banning this way does not delete old messages of the member on the server. If the `reason` is not provided, a default reason is used.
Banning this way does not delete old messages of the member on the server.
It is also possible to ban users via ID, if they are not part of the server anymore.
* Example: `ban @Member bad` in order to ban `Member` with the reason `bad` (the @Member is a user mention)
* Required bot permission: `BAN_MEMBERS`