-
Notifications
You must be signed in to change notification settings - Fork 29
Moderation
Moderation is a Module that adds Moderation-Related features. (Bet you wouldn't guess!)
Current list of features available on this Module.
- Ban command (with Reason, Option to clear messages and to make a Silent ban).
- Prune command (up to 400 messages at a time and supports tagging users [Also supports silent mode]).
Command | Description | Rank |
---|---|---|
Ban | Bans a user with given (or not) + optional deleting | Admin |
Prune/Censor | Clears the chat history (Up to 400 messages) and supports filters | Admin |
Logs | Enables Logging (Joins/Leaves/Bans/LewdErrors) | Admin |
Register | Configures an auto-registration system | Admin |
List of settings that are added by this module.
BANMESSAGEDM
Description: The ban message sent to the user when he gets banned.
Default: You were banned from `${Guild}` by `${Admin}`. **Reason**: ${Message}
Modifiable: Yes
Type: String (Text)
BANMESSAGE
Description: The ban message sent to the chat when someone gets banned.
Default: **${User}** was banned from the server by `${Admin}`. **Reason**: ${Message}
Modifiable: Yes
Type: String (Text)
PRUNEMESSAGE
Description: The message sent to the chat when a prune command is executed.
Default: Deleted `${Messages}` Messages.
Modifiable: Yes
Type: String (Text)