This is the first project in Manager Paul Series. You can use this bot in order to block a message that contains specific word.
You can invite this bot by going into release, and pressing the link(You will be only able to invite the latest version). Then, there will be Security-Manager-Paul bot. This bot requires the Administrator permission, in order to work properly.
You can host this bot in your server by executing 'git clone https://github.com/shinyangdevelop/Security-Manager-Paul.git', and executing main.js. You should add secret.json into the root directory of this project, and write
{
"token": "<your token>",
"clientId": "<your clientId>"
}
Then, you can start the bot by 'npm run start', or 'yarn run start'.
[Add] Deletes message that contains bad word.
You can contribute to this project by creating pull request. You can add some bad words you know on config.json, or add events and features in the code.