Censor Modis a moderation bot that automatically deletes messages that contain words that are on a customisable trigger list.
It is designed to only delete words that aren’t censored, so that you can still use the words, but only if they are censored.
THIS BOT IS NOT FOR BANNING WORDS ENTIRELY FROM YOUR SERVER
In this example the word censor
is a trigger contained on the trigger list,
A users message may be I love ||censor||
The bot would be fine with this message as it would be censored in Discord chat.
If instead the user put I love censor
The bot would delete the message before people could see it and log the user who flagged the bot.
- A list of triggers that is fully customisable for each server the bot is in.
- A list of users who have flagged the bot, and the number of times they have.
Here’s an example of what is stored in the bot in my Bots server.
A list of triggers, and a list of users and flags.
All commands require administrator privalages to run
Command | Description | Example |
---|---|---|
||addtrigger | Adds the specified trigger. | ||addtrigger damn |
||removetrigger | Removed the specified trigger. | ||removetrigger damn |
||triggers | Lists all triggers for a guild. | ||triggers |
||users | Lists all users who have flagged the bot. | ||users |
||cleartriggers | Clears the trigger list for the guild. | ||cleartriggers |
||clearusers | Clears the user flags list for the guild. | ||clearusers |
||invite | Generates an invite link for the bot. | ||invite |
||help | Shows the command list for the bot | ||help |
||about | Tells you what the bot does. | ||about |