Configure Settings
/chatsight settings get
Gets the current moderation settings enforced by the bot.
/chatsight settings set variable:<setting>#<value>
Ensure you hit Tab
after you finish writing the command. Why? Discord wants it that way.
Configures a specific behavior of the moderation bot.
% Discord does not currently work well with copy and pasted commands. Please type them out.
/chatsight settings set variable:usernameModertion#true
Available values for setting
setting | Description | Values |
---|---|---|
moderationMode | Controls the behavior on a valid moderation event.usernameModeration is unaffected. | 0 - Delete the message.1 - Post an alert to a channel.(must configure the setting moderationUpdatesChannel )2 - Delete the message and post an alert to a channel.(must configure the setting moderationUpdatesChannel )3 - Disable Moderation |
usernameModeration | Controls whether username moderation is enabled. | true false |
usernameModerationMode | Controls the behavior on a valid username moderation event. | 0 - Change to a random animal name.1 - Kick the User.2 - Post an alert to a channel.(must configure the setting moderationUpdatesChannel ) |
moderationUpdatesChannel | Sets a channel where moderation will post alerts to if either moderation mode is set to such a behavior. | The name of the channel as it appears on discord, in lowercase. |
includeNSFW | Controls whether NSFW content is ignored (content inside of a marked NSFW channel). | true false |
strictMode | Strict mode forces moderation to be extra attentive, reacting to sexual language and sensitive language that isn't necessarily hateful but may be disruptive. | true false |
postWarnings | Send a message to the channel where a message was removed, telling the user why it was removed. | true false |