🚫 AntiSwear Feature
The AntiSwear feature in AdmiBot helps maintain a clean and respectful environment by automatically detecting and managing offensive language. Customize the list of restricted words and set up punishments based on warning counts to ensure consistent moderation.
📜 /antiswear add <swear word>
/antiswear add <swear word>
Description: Adds a new word to the AntiSwear filter list.
Usage:
/antiswear add <swear word>
Example:
/antiswear add badword
📝 Note: After adding, any usage of the word will trigger the filter.
📄 /antiswear list
/antiswear list
Description: Displays the list of all filtered swear words.
Usage:
/antiswear list
📝 Note: Useful for reviewing the current list of restricted words.
❌ /antiswear remove <swear word>
/antiswear remove <swear word>
Description: Removes a specific word from the AntiSwear filter list.
Usage:
/antiswear remove <swear word>
Example:
/antiswear remove badword
📝 Note: After removal, the word will no longer be detected by the filter.
📋 /antiswear punishment list
/antiswear punishment list
Description: Lists all configured punishments based on warning counts.
Usage:
/antiswear punishment list
📝 Note: Use this to review the actions taken at each warning threshold.
➕ /antiswear punishment add <warn_count> <action: Kick/Ban/Timeout> [duration]
/antiswear punishment add <warn_count> <action: Kick/Ban/Timeout> [duration]
Description: Adds a punishment for reaching a specified number of warnings.
Usage:
/antiswear punishment add <warn_count> <action: Kick/Ban/Timeout> [duration]
Example:
/antiswear punishment add 3 Kick
📝 For Timeout: Specify the duration in
s
(seconds),m
(minutes),h
(hours), ord
(days) ifTimeout
is selected as the action.
➖ /antiswear punishment remove <warn_count>
/antiswear punishment remove <warn_count>
Description: Removes a set punishment for a specific warning count level.
Usage:
/antiswear punishment remove <warn_count>
Example:
/antiswear punishment remove 3
📝 Note: This removes the action associated with that specific warning count.
🧹 /antiswear clear
/antiswear clear
Description: Clears all words from the AntiSwear filter list.
Usage:
/antiswear clear
📝 Warning: This will remove all filtered words, resetting the list entirely.
🔄 /antiswear reset
/antiswear reset
Description: Resets both the AntiSwear filter list and all punishment configurations to their default state.
Usage:
/antiswear reset
📝 Note: Use this command if you want to start fresh with new filter words and punishments.
This feature offers flexibility in managing offensive language in your server by customizing restricted words and implementing warnings or actions based on offense severity. The AntiSwear feature helps you keep your community respectful and enjoyable for everyone.
Last updated