This project is a moderation bot developed using Discord.js v14, designed to make managing your Discord server easy and efficient. It provides various moderation tools, allowing you to keep your community safe with ease.
- User Management: Ban, kick, mute, and warn members easily.
- Auto Moderation: Spam prevention, profanity filter, and link blocking.
- Server Monitoring: Logs critical server events for easy tracking.
- User Registration: Welcome and registration system for new members.
- Advanced Logging: Keeps track of all server activities.
- Flexible Configuration: Customizable settings to adapt to your server needs.
Follow these steps to set up the bot on your own server.
- Node.js (v16 or above)
- Discord Developer Account: Discord Developer Portal
-
Clone the repository:
git clone https://github.com/furkibuu/discord-bot-v14.git cd discord-bot-v14
-
Install dependencies:
npm install
-
Add your Discord Token:
- Create a
.env
file in the project folder and add your bot token like this:TOKEN=your-bot-token-here
- Create a
-
Start the Bot:
node .
You can adjust settings for your server in the config.js
file, including the prefix, log channel, and custom warning messages.
- Node.js - Runtime environment for the bot
- Discord.js v14 - Interacts with Discord’s API and manages commands
This project is licensed under the MIT License. See the LICENSE
file for more information.
If you have any questions or suggestions, feel free to reach out on Instagram.
Happy moderating!