←Back to Projects
Bot Development

Discord Bot

A community-management bot with moderation tooling, an XP/levelling system, automod filters, logging, and a management dashboard. The demo below is a simulated version of that dashboard.

LIVENode.jsDiscord.jsTypeScriptSQLite
View source

▹Interactive demo

Features

Moderation suite

Warnings, mutes, bans and an audit trail, all from one panel.

XP & levelling

Message-based XP with a live leaderboard and role rewards.

Automod

Configurable filters for spam, links, and banned words.

Event logging

Structured logs for joins, edits, deletes and mod actions.

How it works

01

Gateway

Listens to Discord events over the websocket gateway.

02

Handlers

Commands and event handlers process each interaction.

03

Store

XP, warnings and settings persist to a local database.

04

Dashboard

A web layer surfaces stats and controls for admins.

Want to see more? Head back to the full project list.

← Back to Projects