MCPcopy Index your code
hub / github.com/aternosorg/modbot

github.com/aternosorg/modbot @v3.9.0

Chat with this repo
repository ↗ · DeepWiki ↗ · release v3.9.0 ↗ · + Follow
1,444 symbols 3,213 edges 228 files 488 documented · 34%
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

ModBot

Discord GitHub GitHub contributors GitHub last commit


ModBot is an open source moderation bot with advanced features developed by Aternos.

It uses modern Discord features like slash-commands, context-menus, timeouts, buttons, select-menus and modals and offers everything you need for moderation. Including bad-words and auto-responses with support for regex, detecting phishing urls, temporary bans, a strike system, message logging and various other forms of automatic moderation filters.

Screenshots

Moderating users or viewing information is faster than ever thanks to buttons, modals and context menus:

User Embed

ModBot will prevent accidentally punishing a user twice by warning the moderator if another moderator has punished this user in the last 5 minutes.

Strike Confirmation

Add ModBot to your server

By adding the bot to your server you agree to our privacy policy.

Invite: Click me

You can view all commands by typing a slash / in the text input field. All commands and options have clear descriptions.

We also have a Discord server.

Please note: ModBot is a side project for us. We don't earn any money with it and primarily develop it for use on our own servers. We can't help with every problem and won't add features that we don't need.

Getting Started

  • You can view the settings with /settings overview
  • To set up a log channel use /settings log-channel <#channel>
  • You can import strikes, mutes and bans from Vortex using /import
  • If you want to configure a YouTube playlist, you can use /settings playlist <url>
  • You can also add a Zendesk help center, using /settings helpcenter <url> to enable the /article command.

Support

You can view the usage of commands with the help command.

If you think you found a bug in ModBot then please create an issue.

For security issues please refer to the SECURITY.md.

Self Hosting

If you want to host the bot yourself you can use our pre-built docker image or install it directly. In both cases you will need a MySQL database and a Discord application:

  1. Create a Discord application and enable the SERVER MEMBERS and MESSAGE CONTENT intents.
  2. Add a bot to the application and copy the auth token
  3. Configure the bot (see CONFIGURATION.md)
  4. To invite the bot to your server replace ID with the client ID of your application https://discord.com/oauth2/authorize?client_id=ID&scope=bot%20applications.commands&permissions=1099780074646 and open the link
  5. Follow the instructions for the installation method you want to use

Docker

Requirements: Docker

docker run -e MODBOT_AUTH_TOKEN="<discord-auth-token>" -e MODBOT_DATABASE_HOST="<database-host>" -e MODBOT_DATABASE_PASSWORD="<database-password>" ghcr.io/aternosorg/modbot

Direct Installation

Requirements: Node.js (v22+), a MySQL database 1. Download the code and run npm ci 2. Run npm start to start the bot

Contributing

If you want to contribute you need to fork the repository, then add your changes to your fork and then create a pull request. We also recommend looking at the Documentation of discord.js. If you have any questions create an issue or join our discord

Core symbols most depended-on inside this repo

get
called by 84
src/bot/Cache.js
message
called by 63
src/formatting/embeds/ErrorEmbed.js
addPair
called by 63
src/formatting/embeds/KeyValueEmbed.js
add
called by 58
src/automod/RepeatedMessage.js
toMessage
called by 50
src/formatting/embeds/EmbedWrapper.js
#get
called by 43
src/bot/Config.js
addLabelComponent
called by 38
src/formatting/components/BetterModalBuilder.js
query
called by 33
src/database/Database.js

Shape

Method 984
Class 434
Function 26

Languages

TypeScript100%

Modules by API surface

src/discord/MemberWrapper.js34 symbols
src/formatting/MessageBuilder.js23 symbols
src/settings/GuildSettings.js22 symbols
src/database/ChatTriggeredFeature.js21 symbols
src/commands/CommandManager.js21 symbols
src/automod/AutoModManager.js20 symbols
src/database/Moderation.js18 symbols
src/discord/GuildWrapper.js15 symbols
src/settings/Settings.js14 symbols
src/commands/user/StrikeCommand.js14 symbols
src/commands/user/MuteCommand.js14 symbols
src/commands/user/BanCommand.js14 symbols

For agents

$ claude mcp add modbot \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact