wgtechlabs/zentrynel

Sponsored OSS

By WG Technology Labs

Updated 5 months ago

All-in-one moderation Discord bot for modern communities.

Image
Security
Integration & delivery
0

4.5K

wgtechlabs/zentrynel repository overview

Zentrynel

Official WG Tech Labs Discord moderation bot built for scalable, policy-driven community protection.

This integration does three core things:

  • Provides slash-command moderation workflows for warnings, mute, kick, ban, purge, and config
  • Enforces an escalating strike system with per-server thresholds for auto-mute, auto-kick, and auto-ban
  • Runs two-layer member verification (auto challenge + manual review fallback) with optional stale-member auto-kick

How It Works

Discord Members -> Zentrynel Bot -> Moderation + Verification Engine
|
Per-Server Config + Strike History

  • Inbound path: moderators and members interact through slash commands and verification panels inside Discord.
  • Enforcement path: Zentrynel evaluates rules and thresholds, then applies moderation actions and verification state transitions.
  • Persistence path: server-specific settings, warning history, and verification state are stored in the abstracted DB layer.

Docker Quick Start

The README does not provide Docker Hub pull/run commands for zentrynel.
It documents Bun-based startup plus Railway one-click deployment.

Quick local start from README:

bun install
cp .env.example .env
bun run register
bun run start

Development mode:

bun run dev

Required Variables

VariablePurpose
DISCORD_TOKENDiscord bot token
CLIENT_IDDiscord application client ID

Important Optional Variables

VariableDefaultNotes
DEV_GUILD_IDemptyTest guild ID for instant guild-scoped command registration

Endpoints

MethodPathPurpose
N/AN/ABot operates through Discord Gateway interactions (slash commands/events), not a public HTTP API

Prerequisites

  • Bun
  • Discord application and bot token
  • Discord server with proper bot permissions

Licensed under GNU GPL v3.0.

Tag summary

Content type

Image

Digest

sha256:2d18ccc6b

Size

79.1 MB

Last updated

5 months ago

docker pull wgtechlabs/zentrynel:staging-8fbf807

This week's pulls

Pulls:

187

Last week