Back to projectsDiscord Bots
JartonBot
A Discord bot built for server management with tickets, utilities, and moderation controls.
Problem
Support and moderation tasks were inconsistent, creating slow response times.
Solution
I implemented a command and workflow layer that standardizes common moderation and support operations.
Key Decisions
- Used structured permission guards for all moderator workflows.
- Built ticket state transitions to prevent stuck threads.
- Added command-level telemetry for reliability tracking.
Tech Stack
Node.jsTypeScriptDiscord APISQLite