Hi, my name is Jamie, and I'm your favorite AutoMod in the world! I'm a powerful, customizable AutoMod bot for Discord, designed to keep your server safe and friendly with minimal effort.
- Advanced AutoMod: Detect and block bad words, phishing links, and more.
- Dynamic Settings Control: Admins can easily customize settings without touching the code.
- Rich Embed Logging: Clean, stylish logs for deleted messages and warnings.
- Custom Regex Filtering: Block malicious URLs or any custom pattern.
- Phishing Protection: Secure your server from dangerous links.
- Modular Design: Each feature is in its own Cog, making it easy to extend.
-
Clone the Repository:
git clone https://github.com/yourusername/Ultimate-AutoMod-Bot.git cd Ultimate-AutoMod-Bot
-
Install Dependencies:
pip install -r requirements.txt
-
Set Up Your Discord Token:
- Create a
.env
file with your bot token:DISCORD_TOKEN=your_discord_bot_token_here
- Create a
-
Run the Bot:
python main.py
-
Build the Docker Image:
docker build -t jamie-automod .
-
Run the Docker Container:
docker run -d --name jamie-automod -e DISCORD_TOKEN=your_discord_bot_token jamie-automod
!addregex <pattern>
- Add a custom regex filter.!removeregex <pattern>
- Remove a regex filter.!setlog <#channel>
- Set the logging channel.!settings
- View current settings.
Jamie is a friendly, cute, and reliable AutoMod designed to make server moderation effortless. Whether you're dealing with bad words, spam, or phishing links, Jamie has you covered.
- Feel free to open issues or pull requests if you have suggestions.
- Share Jamie with others who need a strong AutoMod bot.
This project is licensed under the MIT License - see the LICENSE file for details.