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

PieceResponsibility
GatewayConnects to Discord, dispatches events
RegistryLoads commands and plugins
StorePer-guild settings (SQLite or Postgres)
SchedulerTimed tasks (reminders, cleanups)

Continue to Getting Started.