Auto Mod Discord Bot

A powerful open-source moderation solution for Discord servers

About

This Bot started as a simple moderation solution that evolved into a comprehensive tool through collaboration with server staff. It features advanced word filtering, regex support, and detailed logging capabilities to keep your Discord server safe and well-monitored.

Get Started

  1. Clone the repository: git clone https://github.com/officialtroller/automodbot.git
  2. Install dependencies: npm install
  3. Configure your .env file with your bot token, server ID, and logging channel ID
  4. Review and customize the event handlers in ./src/events/client
  5. Start the Bot by using npm run test or node .

Commands

/ban {name} {reason}
Ban a user from your server
/kick {user} {reason}
Kick a user from your server
/timeout {user} {reason} {duration}
Temporarily mute a user
/addword {word}
Add a word to the blacklist
/addregex {regex}
Add a custom regex pattern
/viewblocklist
View current blacklist