Relay
Relay is a self-hostable Discord bot built by Fozmu Studios for communities that have outgrown copy-paste bots. It ships with slash commands, auto-moderation, and a plugin system — and it runs 24/7 without babysitting.
Want it running now?
Follow the Getting Started guide to invite and configure Relay in about five minutes.
Highlights
- Slash-first — every command is a native Discord slash command.
- Auto-moderation — spam, raid, and link filters with sane defaults.
- Plugins — drop a file in
plugins/to add commands and events. - Typed config — one
relay.config.ts, validated on boot.
Architecture at a glance
| Piece | Responsibility |
|---|---|
| Gateway | Connects to Discord, dispatches events |
| Registry | Loads commands and plugins |
| Store | Per-guild settings (SQLite or Postgres) |
| Scheduler | Timed tasks (reminders, cleanups) |
Continue to Getting Started.