Hard fork of Zeppelin discord bot
![]() The env var now only affects the bot container, not the API. This is because we don't currently need this extra debug information for the API. For the bot, with DEBUG set, the bot container will now start and do nothing. To start the bot in this container in debug mode, open a shell into the container and run the start-bot-prod-debug script manually. This change was made to allow more control over what profiling scripts and other things are run in the debug environment. |
||
---|---|---|
.devcontainer | ||
.github/workflows | ||
assets | ||
backend | ||
dashboard | ||
debug | ||
docker | ||
presetup-configurator | ||
shared | ||
.clabot | ||
.editorconfig | ||
.env.example | ||
.eslintrc.js | ||
.gitignore | ||
.nvmrc | ||
.prettierignore | ||
.prettierrc | ||
dependabot.yml | ||
DEVELOPMENT.md | ||
docker-compose.development.yml | ||
docker-compose.production.yml | ||
LICENSE.md | ||
MANAGEMENT.md | ||
package-lock.json | ||
package.json | ||
PRODUCTION.md | ||
README.md | ||
update.sh |
Zeppelin
Zeppelin is a moderation bot for Discord, designed with large servers and reliability in mind.
Main features include:
- Extensive automoderator features (automod)
- Word filters, spam detection, etc.
- Detailed moderator action tracking and notes (cases)
- Customizable server logs
- Tags/custom commands
- Reaction roles
- Tons of utility commands, including a granular member search
- Full configuration via a web dashboard
- Override specific settings and permissions on e.g. a per-user, per-channel, or per-permission-level basis
- Bot-managed slowmodes
- Automatically switches between native slowmodes (for 6h or less) and bot-enforced (for longer slowmodes)
- Starboard
- And more!
See https://zeppelin.gg/ for more details.
Usage documentation
For information on how to use the bot, see https://zeppelin.gg/docs
Development
See DEVELOPMENT.md for instructions on running the development environment.
Once you have the environment up and running, see MANAGEMENT.md for how to manage your bot.
Production
See PRODUCTION.md for instructions on how to run the bot in production.
Once you have the environment up and running, see MANAGEMENT.md for how to manage your bot.