3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-03-14 21:31:50 +00:00
Zeppelin is a moderation bot for Discord, designed with large servers and reliability in mind.
Find a file
2022-08-14 00:21:21 +03:00
.devcontainer Early work on prod container 2022-07-16 22:16:34 +03:00
.github/workflows chore: also run code quality checks on PRs 2021-11-03 17:02:04 +02:00
assets Add Readme Banner! (#190) 2021-05-06 21:41:30 +03:00
backend feat: small tweaks to tag list search 2022-08-14 00:21:21 +03:00
dashboard chore: remove deprecated .env.example from /dashboard 2022-08-07 13:53:02 +03:00
debug Add REST request/429 debugging, temporarily disable message fetch hotfix 2021-08-19 21:15:31 +03:00
docker docker: allow configuring UID/GID used inside the containers 2022-08-07 12:23:27 +03:00
presetup-configurator Reformat all files with Prettier 2021-09-11 19:06:51 +03:00
shared Reformat all files with Prettier 2021-09-11 19:06:51 +03:00
.clabot chore: update .clabot contributors list 2022-08-13 23:29:15 +03:00
.editorconfig Initial commit in new repository 2018-07-01 03:35:51 +03:00
.env.example docs: documentation updates 2022-08-07 13:58:47 +03:00
.gitignore Finish preliminary rework, ready to test 2021-06-02 04:07:50 +02:00
.nvmrc chore: remove minor version from .nvmrc 2022-06-01 19:30:29 +03: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
dependabot.yml dependabot: only update direct dependencies 2021-08-14 16:01:30 +03:00
DEVELOPMENT.md docs: fixes/tweaks to docker docs 2022-08-07 13:52:04 +03:00
docker-compose.development.yml feat: more work on prod docker setup 2022-08-06 22:18:21 +03:00
docker-compose.production.yml fix(docker): add mysql container health check 2022-08-13 23:24:23 +03:00
LICENSE.md chore: rename LICENCE.md to LICENSE.md 2022-08-06 22:31:10 +03:00
MANAGEMENT.md feat: more work on prod docker setup 2022-08-06 22:18:21 +03:00
package-lock.json feat: update to Typescript 4.4 2021-10-31 14:28:13 +02:00
package.json feat: update to Typescript 4.4 2021-10-31 14:28:13 +02:00
PRODUCTION.md Change order of flags in command 2022-08-13 13:38:11 +01:00
README.md feat: more work on prod docker setup 2022-08-06 22:18:21 +03:00
tslint.json Reformat all files with Prettier 2021-09-11 19:06:51 +03:00
update.sh fix: use docker compose v2 syntax in update.sh; only stop/start the containers rather than recreating them 2022-08-07 13:52:41 +03: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 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.