A Discord.JS Bot for censoring and logging blacklisted phrases.
# 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.
node index.js
This project is licensed under the MIT License - see the LICENSE.md file for details