A powerful, easy-to-use Discord moderation bot designed to help server admins manage their communities effectively. Built with Python and SQLite, Zaro tracks warnings, kicks, bans, and mutes per user across guilds, ensuring a structured and fair moderation system.
- Warn users: Track warnings per user.
- Kick members: Kick users while logging their actions in the database.
- Ban members: Temporary or permanent bans.
- Mute users: Restrict users from sending messages.
- Moderation stats: View a user’s total warnings, kicks, bans, and mutes.
- Lazy database initialization: Only tracks users who have been moderated.
- Embed notifications: Clear and styled Discord messages for moderation actions.
- Clone the repository
git clone https://github.com/ayushdotdev/discord-moderation-bot.git
cd zaro- Install the requirements
pip install -r requirements.txt- Create a .env file in your root folder
DISCORD_TOKEN =
- Run the bot
python main.py