mirror of
https://github.com/Sheldan/abstracto.git
synced 2026-04-03 08:26:25 +00:00
[AB-xxx] make ban reason mandatory
This commit is contained in:
@@ -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`
|
||||
|
||||
Reference in New Issue
Block a user