A Discord bot providing a full ticket system for servers that require structured support or moderation workflows. Built for efficiency and low resource usage, following clean code practices.
- Runtime: Bun
- Framework: Seyfert
- Database: PostgreSQL with DrizzleORM
- Configuration: YAML-based setup for per-guild customization
- Bun 1.x
- PostgreSQL
- Clone the repository and install dependencies:
bun install-
Copy
.env.templateto.envand set your environment variables (bot token, database URL, etc.). -
Configure the bot via YAML as needed for your guild.
-
Run the bot:
bun run startFor development with file watching:
bun run start:devSee LICENSE for details.