3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-12-11 07:09:00 +00:00
Zeppelin is a moderation bot for Discord, designed with large servers and reliability in mind.
Find a file
2025-11-16 01:03:34 +02:00
.devcontainer refactor: build dashboard with vite 2025-06-01 14:43:40 +00:00
.github feat: use pnpm in codequality workflow 2025-11-10 20:54:17 +00:00
assets Add Readme Banner! (#190) 2021-05-06 21:41:30 +03:00
backend Merge branch 'master' of github.com:ZeppelinBot/Zeppelin 2025-11-16 01:03:34 +02:00
config-checker feat: add reply info in message delete log 2025-09-26 03:12:05 +03:00
dashboard refactor: replace npm workspace with pnpm monorepo 2025-11-10 19:56:43 +00:00
debug Add REST request/429 debugging, temporarily disable message fetch hotfix 2021-08-19 21:15:31 +03:00
docker dev: update devenv to Node 24; add pnpm 2025-11-10 19:55:07 +00:00
docs docs: update update docs 2025-11-13 21:25:42 +00:00
presetup-configurator chore: remove unused log types from presetup-configurator 2024-01-15 22:45:38 +00:00
shared refactor: remove obsolete index re-exports from /shared 2024-04-09 21:12:35 +03:00
.clabot chore: update .clabot 2025-06-01 22:54:05 +03:00
.cursorignore feat: instructions and restrictions for AI tooling 2025-11-04 18:53:55 +00:00
.dockerignore chore: ignore pnpm store + other files from docker 2025-11-13 21:25:08 +00:00
.editorconfig Initial commit in new repository 2018-07-01 03:35:51 +03:00
.env.example feat: add basic cf tunnel support for devenv 2025-11-04 18:55:08 +00:00
.eslintrc.js chore: fix lint errors; tweak lint rules 2023-05-08 22:58:51 +03:00
.gitattributes chore: mark pnpm-lock.yaml as binary for git 2025-11-11 18:41:14 +02:00
.gitignore refactor: replace npm workspace with pnpm monorepo 2025-11-10 19:56:43 +00:00
.nvmrc chore: update .nvmrc 2025-11-10 21:18:28 +00:00
.prettierignore Update .prettierignore, use subproject specific ignore files 2021-09-11 19:06:01 +03:00
.prettierrc prettier: enable dangling commas 2019-02-09 13:23:35 +02:00
AGENTS.md chore: knub -> vety 2025-11-13 18:31:52 +00:00
build-image.sh feat: bake build info into image 2025-11-15 09:44:16 +00:00
DEVELOPMENT.md docs: update repository docs; add migration guides 2024-03-30 17:44:42 +00:00
docker-compose.development.yml feat: redis support 2025-11-13 20:05:39 +00:00
docker-compose.lightweight.yml refactor: simplify db credential handling 2024-04-06 15:36:45 +00:00
docker-compose.standalone.yml feat: redis support 2025-11-13 20:05:39 +00:00
Dockerfile feat: bake build info into image 2025-11-15 09:44:16 +00:00
LICENSE.md chore: rename LICENCE.md to LICENSE.md 2022-08-06 22:31:10 +03:00
MANAGEMENT.md docs: update repository docs; add migration guides 2024-03-30 17:44:42 +00:00
package.json chore: set package.json engines to 24+ 2025-11-10 21:20:00 +00:00
pnpm-lock.yaml chore: remove unused packages 2025-11-15 09:48:15 +00:00
pnpm-workspace.yaml chore: knub -> vety 2025-11-13 18:31:52 +00:00
PRODUCTION.md docs: update repository docs; add migration guides 2024-03-30 17:44:42 +00:00
README.md docs: update repository docs; add migration guides 2024-03-30 17:44:42 +00:00
tsconfig.base.json refactor: use npm workspaces and ts project references 2024-03-02 09:24:07 +00:00
tsconfig.json refactor: use npm workspaces and ts project references 2024-03-02 09:24:07 +00:00

Zeppelin Banner

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 docs/DEVELOPMENT.md for instructions on running the development environment.

Once you have the environment up and running, see docs/MANAGEMENT.md for how to manage your bot.

Production

See docs/PRODUCTION.md for instructions on how to run the bot in production.

Once you have the environment up and running, see docs/MANAGEMENT.md for how to manage your bot.