/DJS-CensorBot

Tony, also known as "CensorBot" is a blacklisted word deleter and logger constructed in discord.js v12. Everything is configurable to the bone and is free to self-host. If you have any questions, join my Discord server.

Primary LanguageJavaScriptMIT LicenseMIT

Discord.JS Tony | Censor Bot

Tony | Censor Bot

Discord Open Issues License Last Commit

A Discord.JS Bot for censoring and logging blacklisted phrases.

Requirements

Installation & Configuration

# Clone the repository
git clone https://github.com/larkify/djs-censorbot.git

# Enter into the directory
cd djs-censorbot/

# Install the dependencies
npm install
npm install discord.js
npm install moment

After cloning the project and installing all dependencies, you need to fill out the config.js file.

Starting the Bot

node index.js

License

This project is licensed under the MIT License - see the LICENSE.md file for details